summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cmd/serve.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd/serve.go b/cmd/serve.go
index 1d72b5c30f..53a5c3bef0 100644
--- a/cmd/serve.go
+++ b/cmd/serve.go
@@ -255,11 +255,11 @@ func runServ(c *cli.Context) error {
"User %s does not have level %v access to repository %s",
user.Name, requestedMode, repoPath)
}
+
+ os.Setenv("GITEA_PUSHER_NAME", user.Name)
}
}
- os.Setenv("GITEA_PUSHER_NAME", user.Name)
-
uuid := gouuid.NewV4().String()
os.Setenv("GITEA_UUID", uuid)
// Keep the old env variable name for backward compability