diff options
author | Avelino <thiago@avelino.xxx> | 2016-12-02 03:51:34 -0200 |
---|---|---|
committer | Avelino <thiago@avelino.xxx> | 2016-12-02 03:51:34 -0200 |
commit | 79bd7648b06f52f4e8c5171cd54ed070a2a26186 (patch) | |
tree | 315282274d8fb1d1f8e86e898e5174ce602121e1 /scripts | |
parent | b78d3f5865609bab96ab68a020123ad55db315a5 (diff) | |
download | gitea-79bd7648b06f52f4e8c5171cd54ed070a2a26186.tar.gz gitea-79bd7648b06f52f4e8c5171cd54ed070a2a26186.zip |
fixed typo on rename project name scripts for windows (bat)
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/windows/install-as-service.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/windows/install-as-service.bat b/scripts/windows/install-as-service.bat index 0a7eef9b53..4a513b7dcb 100644 --- a/scripts/windows/install-as-service.bat +++ b/scripts/windows/install-as-service.bat @@ -6,7 +6,7 @@ :: https://nssm.cc/download :: This script itself should run in the gogs path, too. :: In case of startup failure, please read carefully the log file. -:: Make sure Gitea work running manually with "gogs web" before running +:: Make sure Gitea work running manually with "gitea web" before running :: this script. :: And, please, read carefully the installation docs first: :: https://gogs.io/docs/installation |