Skip to content

Commit 960b04e

Browse files
committed
Add missing comma.
1 parent e0476f9 commit 960b04e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

init.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
'deleteGitRepositories' => 'false',
2727
'gitRepositoriesShowUrl' => 'true',
2828
'gitDebugPostUpdateHook' => 'false',
29-
'gitPostUpdateHookCurlIgnore' => 'false'
29+
'gitPostUpdateHookCurlIgnore' => 'false',
3030
'loggingEnabled' => 'false'
3131
},
3232
:partial => 'redmine_git_hosting'

0 commit comments

Comments
 (0)