We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49ee751 commit 3c4144dCopy full SHA for 3c4144d
1 file changed
lock.bash
@@ -64,7 +64,7 @@ _WAKEUNLOCK_() {
64
else
65
if [[ -f "$RDR/lock/set.lock" ]]
66
then
67
- printf "\\e[1;33mNOT RELEASED. \\e[1;32m%s\\e[0m" "Found \`set.lock\` file!"
+ printf "\\e[1;33mNOT RELEASED. \\e[1;32m%s\\e[0m" "Found set.lock file!"
68
69
printf "\\e[1;33mNOT RELEASED. \\e[1;32mAnother lock file is present in ~/%s/lock:\\e[0m" "${RDR##*/}"
70
fi
0 commit comments