diff options
Diffstat (limited to 'git_hooks_deploy.go')
-rw-r--r-- | git_hooks_deploy.go | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/git_hooks_deploy.go b/git_hooks_deploy.go index eeb043e..c9039fe 100644 --- a/git_hooks_deploy.go +++ b/git_hooks_deploy.go @@ -11,9 +11,9 @@ import ( "path/filepath" ) -// deployHooks deploys the git hooks client to the filesystem. -// The git hooks client is expected to be embedded in resources_fs and must be -// pre-compiled during the build process; see the Makefile. +// deployHooks deploys the git hooks client to the filesystem. The git hooks +// client is expected to be embedded in resourcesFS and must be pre-compiled +// during the build process; see the Makefile. func deployHooks() (err error) { err = func() (err error) { var srcFD fs.File |