diff --git a/libexec/portzap/portzap-pull b/libexec/portzap/portzap-pull index 63fccd9..45395f1 100755 --- a/libexec/portzap/portzap-pull +++ b/libexec/portzap/portzap-pull @@ -50,7 +50,7 @@ cd "${gitdir}" remote=$("${git}" remote | head -n1) if [ "$(git branch --show-current)" != "${branch}" ]; then change_branch "${remote}" "${branch}" - echo "[-] Set filemode. This might take a while" + echo "[-] Adjust filemode for new branch. This might take a while" doas -u root /bin/chmod -R "${mode}" "${gitdir}" fi set -x