Skip to content

Commit cfcbe79

Browse files
committed
improve error message
1 parent bde91a1 commit cfcbe79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utilities/removeUnreaseonablePhysFiles.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ then
1212
fi
1313

1414
if [[ ! -d "$1" ]]; then
15-
echo "Error, directory does not exist"
15+
echo "Error, directory does not exist: $1"
1616
exit
1717
fi
1818

0 commit comments

Comments
 (0)