Skip to content

Commit

Permalink
modified: remove-base-os-reference.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
sukarn-m committed Aug 10, 2024
1 parent b42f425 commit b9f4ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/scripts/remove-base-os-reference.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ set -oue pipefail
file=/usr/etc/containers/registries.d/sukarn-os-base.yaml

if [ -f "${file}" ]; then
rm -v "${file}
rm -v "${file}"
fi

0 comments on commit b9f4ae1

Please sign in to comment.