Skip to content

Commit 9ed3dc6

Browse files
PolaricEntropybalasankarc
authored andcommitted
Fix non-ASCII character in gitlab.rb template
1 parent 857e7bf commit 9ed3dc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

files/gitlab-config-template/gitlab.rb.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1271,7 +1271,7 @@ external_url 'GENERATED_EXTERNAL_URL'
12711271
### Git trace log file.
12721272
###! If set, git commands receive GIT_TRACE* environment variables
12731273
###! Docs: https://git-scm.com/book/es/v2/Git-Internals-Environment-Variables#Debugging
1274-
###! An absolute path starting with / the trace output will be appended to
1274+
###! An absolute path starting with / - the trace output will be appended to
12751275
###! that file. It needs to exist so we can check permissions and avoid
12761276
###! throwing warnings to the users.
12771277
# gitlab_shell['git_trace_log_file'] = "/var/log/gitlab/gitlab-shell/gitlab-shell-git-trace.log"

0 commit comments

Comments
 (0)