Correct typo
This commit is contained in:
parent
b54d6a685f
commit
f5ba9045c5
2
run
2
run
|
@ -8,7 +8,7 @@ if [ -z "$CONFIG" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ! -f configs/${CONFIG}.rkt ]; then
|
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
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user