Skip to content

Commit 3c4144d

Browse files
committed
modified: lock.bash
1 parent 49ee751 commit 3c4144d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lock.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ _WAKEUNLOCK_() {
6464
else
6565
if [[ -f "$RDR/lock/set.lock" ]]
6666
then
67-
printf "\\e[1;33mNOT RELEASED. \\e[1;32m%s\\e[0m" "Found \`set.lock\` file!"
67+
printf "\\e[1;33mNOT RELEASED. \\e[1;32m%s\\e[0m" "Found set.lock file!"
6868
else
6969
printf "\\e[1;33mNOT RELEASED. \\e[1;32mAnother lock file is present in ~/%s/lock:\\e[0m" "${RDR##*/}"
7070
fi

0 commit comments

Comments
 (0)