Skip to content

Commit

Permalink
formatting problems
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Schoeller committed Oct 19, 2024
1 parent c32f7c2 commit 0fe3b9e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,12 +179,12 @@ jobs:

- name: debugging
run: |
if [ ! -f pnp4nagios-0.6.27-5.alma.el8.x86_64.rpm ]; then
echo "Failed to download the PNP4Nagios RPM"
exit 1
else
echo "PNP4Nagios RPM fetched successfully"
fi
if [ ! -f pnp4nagios-0.6.27-5.alma.el8.x86_64.rpm ]; then
echo "Failed to download the PNP4Nagios RPM"
exit 1
else
echo "PNP4Nagios RPM fetched successfully"
fi
- name: List files in the current directory
run: ls -la
Expand Down

0 comments on commit 0fe3b9e

Please sign in to comment.