Updated hosto file not found message

This commit is contained in:
strNophix 2022-02-13 13:29:28 +01:00
parent 566a9fecec
commit 54b88dedb9

View File

@ -26,6 +26,6 @@ if [ -f $INVENTORY_FILE ]; then
eval "${POSITIONAL_ARGS[@]}"
sudo inv-alias rm $INVENTORY_FILE
else
echo "hosto: Could not find inventory file in $PWD"
echo "hosto: Could not find inventory file at $INVENTORY_FILE"
eval "${POSITIONAL_ARGS[@]}"
fi