Skip to content

Commit

Permalink
Fix wrong spelling of "exit"
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasAlfredsson committed Feb 22, 2022
1 parent 4c623a9 commit ae2a16d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ runs:
run: |
if [ ! -d "/var/lib/docker" ]; then
echo "Directory '/var/lib/docker' not found"
ecit 1
exit 1
fi
sudo mount -t tmpfs -o size=${{ inputs.tmpfs_size }}G tmpfs /var/lib/docker
Expand Down

0 comments on commit ae2a16d

Please sign in to comment.