GitHook install : update create symlink message to add target path

This commit is contained in:
Pierre Goiffon
2021-09-14 09:42:08 +02:00
parent 14b6e903cb
commit 30bf2015cb

View File

@@ -19,7 +19,7 @@ foreach ($aHooks as $sSourceHookFileName) {
echo "OK !\n";
}
echo "Creating symlink for hook...";
echo "Creating symlink for hook in $sTargetHookPath...";
symlink($sSourceHookPath, $sTargetHookPath);
echo "OK !\n";
}