diff --git a/scripts/bin/hosto b/scripts/bin/hosto index e47e5d7..b4a712b 100755 --- a/scripts/bin/hosto +++ b/scripts/bin/hosto @@ -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