summaryrefslogtreecommitdiffstats
path: root/scripts/init/freebsd/gogs
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/init/freebsd/gogs')
-rw-r--r--scripts/init/freebsd/gogs2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/init/freebsd/gogs b/scripts/init/freebsd/gogs
index eb57157476..8fc0359eff 100644
--- a/scripts/init/freebsd/gogs
+++ b/scripts/init/freebsd/gogs
@@ -38,7 +38,7 @@ gogs_start() {
gogs_stop() {
if [ ! -f $pidfile ]; then
- echo "GOGS PID File not found. Maybe GOGS is not running?"
+ echo "GITEA PID File not found. Maybe GITEA is not running?"
else
kill $(cat $pidfile)
fi