aboutsummaryrefslogtreecommitdiff
path: root/git_hooks_deploy.go
diff options
context:
space:
mode:
Diffstat (limited to 'git_hooks_deploy.go')
-rw-r--r--git_hooks_deploy.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/git_hooks_deploy.go b/git_hooks_deploy.go
index 01be550..eaffb5b 100644
--- a/git_hooks_deploy.go
+++ b/git_hooks_deploy.go
@@ -32,7 +32,7 @@ func deploy_hooks_to_filesystem() (err error) {
return err
}
- err = os.Chmod(filepath.Join(config.Hooks.Execs, "git_hooks_client"), 0755)
+ err = os.Chmod(filepath.Join(config.Hooks.Execs, "git_hooks_client"), 0o755)
if err != nil {
return err
}