Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
simskij authored Feb 20, 2024
1 parent 883ede2 commit cd1feaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charmcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ parts:
override-pull: |
if [ $CRAFT_TARGET_ARCH == "amd64" ]; then
URI=https://github.com/canonical/nrpe_exporter/releases/latest/download/nrpe_exporter-amd64
elif [ $CRAFT_TARGET_ARCH == "arm64" ] | [ $CRAFT_TARGET_ARCH == "aarch64" ]; then
elif [ $CRAFT_TARGET_ARCH == "arm64" ] || [ $CRAFT_TARGET_ARCH == "aarch64" ]; then
URI=https://github.com/canonical/nrpe_exporter/releases/latest/download/nrpe_exporter-arm64
fi
Expand Down

0 comments on commit cd1feaf

Please sign in to comment.