Skip to content

Commit

Permalink
Try two explicitly separate string arguments
Browse files Browse the repository at this point in the history
Currently getting this:

  -verbose
        Enable verbose mode
flag provided but not defined: -port 6065
Usage of /usr/local/opt/stripestub/bin/stripestub:
  -port int
        Port to listen on
  -unix string
        Unix socket to listen on
  -verbose
  • Loading branch information
brandur committed Jul 21, 2017
1 parent 23da6b3 commit 7b84450
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ brew:
<key>ProgramArguments</key>
<array>
<string>#{opt_bin}/stripestub</string>
<string>-port 6065</string>
<string>-port</string>
<string>6065</string>
</array>
<key>RunAtLoad</key>
<true/>
Expand Down

0 comments on commit 7b84450

Please sign in to comment.