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

Commit

Permalink
Fix wcloud -serivice
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwilkie committed Sep 15, 2016
1 parent 4fe078a commit 0ebf5c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/wcloud/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ func deploy(c Client, args []string) {
username = flags.String("u", "", "Username to report to deploy service (default with be current user)")
services ArrayFlags
)
flag.Var(&services, "service", "Service to update (can be repeated)")
flags.Var(&services, "service", "Service to update (can be repeated)")
if err := flags.Parse(args); err != nil {
usage()
return
Expand Down

0 comments on commit 0ebf5c0

Please sign in to comment.