We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93f541d commit 58598fbCopy full SHA for 58598fb
package/rebuild-todo
@@ -225,7 +225,7 @@ read <&1
225
pkgctl repo clone "${packages[@]}"
226
227
if ((IMPORT_KEYS)); then
228
- echo -e "Importing PGP keys...\n"
+ echo "Importing PGP keys..."
229
# Only add paths that actually have key(s) to import and ignore paths that don't, don't exit on error
230
key_paths=($(find "${packages[@]/%//keys/pgp}" -type f 2>/dev/null || true))
231
0 commit comments