Skip to content

Commit

Permalink
udpate subcommand version again
Browse files Browse the repository at this point in the history
  • Loading branch information
shenwei356 committed May 31, 2016
1 parent 56b2c2e commit 6a53123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fakit/cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ var versionCmd = &cobra.Command{
} else {
version = items[len(items)-1]
}
fmt.Printf("Latest version: fakit %s\n", version)
fmt.Printf("Latest version: fakit %s at %s\n", version, resp.Request.URL.String())
},
}

Expand Down

0 comments on commit 6a53123

Please sign in to comment.