@@ -10,7 +10,7 @@ if [ -d ".git" ];
then
echo "Project is tracked by git!"
git_str=$(git log | head -n 1 | cut -c 8-16)
echo $git_str
echo "Build Commit: $git_str"
else
echo "Project is not tracked by git!"
git_str=""
The note is not visible to the blocked user.