Updated hosto file not found message
This commit is contained in:
parent
566a9fecec
commit
54b88dedb9
@ -26,6 +26,6 @@ if [ -f $INVENTORY_FILE ]; then
|
|||||||
eval "${POSITIONAL_ARGS[@]}"
|
eval "${POSITIONAL_ARGS[@]}"
|
||||||
sudo inv-alias rm $INVENTORY_FILE
|
sudo inv-alias rm $INVENTORY_FILE
|
||||||
else
|
else
|
||||||
echo "hosto: Could not find inventory file in $PWD"
|
echo "hosto: Could not find inventory file at $INVENTORY_FILE"
|
||||||
eval "${POSITIONAL_ARGS[@]}"
|
eval "${POSITIONAL_ARGS[@]}"
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user