Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderbazhenoff committed Jan 7, 2024
1 parent 6999268 commit b1fa6ae
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ if [[ $POOL_ACTION = "delete" ]] || [[ $POOL_ACTION = "prune" ]] || [[ $POOL_ACT
fi
done
else
echo "Error! Uknown action: $POOL_ACTION"
echo "Use \"prune\", \"purge\" or \"delete\"."
echo "Error! Uknown action: '$POOL_ACTION'. Use 'prune', 'purge' or 'delete'."
exit 1
fi

0 comments on commit b1fa6ae

Please sign in to comment.