summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index e332162..8e5731e 100644
--- a/main.go
+++ b/main.go
@@ -24,7 +24,7 @@ func main() {
me.releaseReasonS = os.Getenv("GUIRELEASE_REASON")
if me.releaseReasonS == "" {
- log.Info("GUIRELEASE_VERSION not set")
+ log.Info("shell ENV GUIRELEASE_REASON not set")
os.Exit(0)
}