diff options
author | Steve Manuel <nilslice@gmail.com> | 2016-10-19 15:23:40 -0700 |
---|---|---|
committer | Steve Manuel <nilslice@gmail.com> | 2016-10-19 15:23:40 -0700 |
commit | e0bfd994b84fb940cbec13af58dcf16eabb4e2fb (patch) | |
tree | 05720c943267243aa6d368339d165833bff45ddd | |
parent | 9578efc82d3637ec882511998539c2744d91e8d6 (diff) |
removing hard-coded confirmation message including source of dev clone
-rw-r--r-- | cmd/ponzu/options.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/ponzu/options.go b/cmd/ponzu/options.go index 0090da7..a3cdc34 100644 --- a/cmd/ponzu/options.go +++ b/cmd/ponzu/options.go @@ -258,7 +258,7 @@ func createProjInDir(path string) error { return err } - fmt.Println("Dev build cloned from bosssauce/ponzu:ponzu-dev") + fmt.Println("Dev build cloned from " + local + ":ponzu-dev") return nil } |