From 809250243e8f4c52dfda7dbf498582c5a6aca8fb Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Mon, 17 Feb 2025 11:54:29 +0800 Subject: *.go: Reformat --- git_hooks_deploy.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git_hooks_deploy.go') 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 } -- cgit v1.2.3