Skip to content
This repository was archived by the owner on Jan 25, 2022. It is now read-only.

Commit c0ca0ea

Browse files
committed
Added a "\t" in front of "Command not found..."
1 parent 1fa4da6 commit c0ca0ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guest/cli/box

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ fi
2222

2323
if [ ! -f "${command_file}" ]; then
2424
echo
25-
echo "Command not found: $1"
25+
echo -e "\tCommand not found: $1"
2626
echo
2727
exit
2828
fi

0 commit comments

Comments
 (0)