Skip to content

Commit

Permalink
modified: cmd/ssh-vault/main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
nbari committed Feb 1, 2017
1 parent 1075e70 commit ceabaad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/ssh-vault/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func main() {
flag.Parse()

if *v {
fmt.Printf("%s - ssh-vault.com\n", version)
fmt.Printf("%s\n", version)
os.Exit(0)
}

Expand Down

0 comments on commit ceabaad

Please sign in to comment.