summaryrefslogtreecommitdiff
path: root/doGui.go
diff options
context:
space:
mode:
Diffstat (limited to 'doGui.go')
-rw-r--r--doGui.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/doGui.go b/doGui.go
index 7d88757..bd71f80 100644
--- a/doGui.go
+++ b/doGui.go
@@ -11,7 +11,7 @@ import (
func doGui() {
log.Info("The GUI is disabled for now. This app is under development currently")
- me.sh.GoodExit("it works fine from the command line")
+ me.argv.GoodExit("it works fine from the command line")
}
/*