Correct typo

This commit is contained in:
Tony Garnock-Jones 2015-04-08 18:56:14 -04:00
parent b54d6a685f
commit f5ba9045c5

2
run
View File

@ -8,7 +8,7 @@ if [ -z "$CONFIG" ]; then
fi
if [ ! -f configs/${CONFIG}.rkt ]; then
echo "Config ${CONFIG} not found: config/${CONFIG}.rkt not readable"
echo "Config ${CONFIG} not found: configs/${CONFIG}.rkt not readable"
exit 1
fi