Skip to content
This repository has been archived by the owner on Jun 17, 2022. It is now read-only.

Commit

Permalink
Fix a comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Marble committed Jun 30, 2015
1 parent da623d8 commit ffd61bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const (

var (
// To be populated by something like:
// go install -ldflags "-X cups-connector/lib.BuildDate `date +%Y.%m.%d`"
// go install -ldflags "-X github.com/google/cups-connector/lib.BuildDate `date +%Y.%m.%d`"
BuildDate string = "DEV"

ShortName string = "CUPS Connector " + BuildDate + "-" + runtime.GOOS
Expand Down

0 comments on commit ffd61bc

Please sign in to comment.