summaryrefslogtreecommitdiff
path: root/rhimport
diff options
context:
space:
mode:
Diffstat (limited to 'rhimport')
-rw-r--r--rhimport/fetcher.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/rhimport/fetcher.go b/rhimport/fetcher.go
index 446cebf..6060e98 100644
--- a/rhimport/fetcher.go
+++ b/rhimport/fetcher.go
@@ -252,7 +252,7 @@ func fetcherInit() {
info := curl.VersionInfo(curl.VERSION_FIRST)
protos := info.Protocols
for _, proto := range protos {
- if proto == "smb" {
+ if proto == "scp" {
rhdl.Printf("curl: enabling protocol %s", proto)
fetchers["archiv"] = fetchFileArchiv
archiveEnabled = true