Skip to content
This repository has been archived by the owner on Apr 30, 2021. It is now read-only.

Commit

Permalink
syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Yevgeny Pats committed Aug 13, 2019
1 parent e1fde55 commit bc6d2b5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion cmd/job.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ limitations under the License.
package cmd

import (
"fmt"
"github.com/fuzzitdev/fuzzit/client"
"github.com/spf13/cobra"
"gopkg.in/src-d/go-git.v4"
Expand Down
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ var gFuzzitClient *client.FuzzitClient
var rootCmd = &cobra.Command{
Use: "fuzzit",
Short: "Continuous fuzzing made simple CLI",
Version: "2.4.20",
Version: "2.4.21",
}

func Execute() {
Expand Down

0 comments on commit bc6d2b5

Please sign in to comment.