Kiln » gitkiln Read More
Clone URL:  
Pushed to one repository · View In Graph Contained in master

actually show version when not in repo

Changeset 6bb0ef358933

Parent 9c88ace73217

by Benjamin Pollack

Changes to one file · Browse files at 6bb0ef358933 Showing diff from parent 9c88ace73217 Diff from another changeset...

Change 1 of 1 Show Entire File main.go Stacked
 
315
316
317
 
318
319
320
 
315
316
317
318
319
320
321
@@ -315,6 +315,7 @@
  showHelp()   return   } else if len(os.Args) == 2 && os.Args[1] == "version" { + showVersion()   return   } else {   fmt.Fprintln(os.Stderr, "git-kiln must be run from within a Git repository; see \"gitkiln help\"")