Skip to content

Commit bcc16b5

Browse files
Merge branch 'fix-non-acsii-character' into 'master'
Fix non-ASCII character in gitlab.rb See merge request https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/7235 Merged-by: Balasankar 'Balu' C <[email protected]> Approved-by: Clemens Beck <[email protected]> Approved-by: Balasankar 'Balu' C <[email protected]> Co-authored-by: Björn Ehrby <[email protected]>
2 parents 60c841b + 9ed3dc6 commit bcc16b5

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)