Skip to content

Commit

Permalink
fix incorrect ref
Browse files Browse the repository at this point in the history
  • Loading branch information
dropwhile committed Apr 17, 2014
1 parent 3441fc9 commit 266e792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go-camo.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ func main() {
}

if opts.Version {
fmt.Printf("%s (%s,%s-%s)\n", camoproxy.ServerNameVer, runtime.Version(), runtime.Compiler, runtime.GOARCH)
fmt.Printf("%s (%s,%s-%s)\n", ServerNameVer, runtime.Version(), runtime.Compiler, runtime.GOARCH)
os.Exit(0)
}

Expand Down

0 comments on commit 266e792

Please sign in to comment.