diff --git a/manifest.yaml b/manifest.yaml index 81f2a1d..ff2c842 100644 --- a/manifest.yaml +++ b/manifest.yaml @@ -16,4 +16,4 @@ postprocess: #!/usr/bin/env bash set -xeuo pipefail # Remove rltype from repo urls - sed -i 's/\$rltype//g' input.txt \ No newline at end of file + find /etc/yum.repos.d/ -type f -exec sed -i 's/\$rltype//g' {} \;