Skip to content

Commit 246a605

Browse files
committed
replace tab with spaces
1 parent 7c20a40 commit 246a605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# this syntax (`[[ -v`) cannot be parsed by bash 3
22
if [[ -v missingno ]]; then
3-
echo the variable was not defined
3+
echo the variable was not defined
44
fi

0 commit comments

Comments
 (0)