remove sleepy curl

This commit is contained in:
Louis Abel 2022-06-12 02:22:01 -07:00
parent d6adcf3f8f
commit 41f77b1d4c
Signed by: label
GPG Key ID: B37E62D143879B36
1 changed files with 1 additions and 2 deletions

View File

@ -300,8 +300,7 @@ class RepoSync:
'debug/tree'
)
import_gpg_cmd = ("/usr/bin/rpm --import "
"| /usr/bin/curl {}{}").format(
import_gpg_cmd = ("/usr/bin/rpm --import {}{}").format(
self.extra_files['git_raw_path'],
self.extra_files['gpg'][self.gpgkey]
)