Skip to content

Commit

Permalink
Changes on brew setup
Browse files Browse the repository at this point in the history
  • Loading branch information
leoafarias committed Feb 28, 2019
1 parent 9b7dce6 commit d9914a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ brew:
dependencies:
- git
install: |
bin.install '{{ .ProjectName }}'
bin.install "fvm"
changelog:
sort: asc
filters:
Expand Down
6 changes: 3 additions & 3 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ var rootCmd = &cobra.Command{
Short: "A version management tool for Flutter",
// Uncomment the following line if your bare application
// has an action associated with it:
Run: func(cmd *cobra.Command, args []string) {
fmt.Println(args)
},
// Run: func(cmd *cobra.Command, args []string) {
// fmt.Println(args)
// },
}

// Execute adds all child commands to the root command and sets flags appropriately.
Expand Down

0 comments on commit d9914a5

Please sign in to comment.