diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-03-04 19:43:54 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-03-04 19:43:54 (GMT) |
commit | b9e5d839dd1f883e302969df4c9ab63b9fcdfb79 (patch) | |
tree | cb06cf28afc7dceea29ccaca354c89dfeefb1c8d | |
parent | ee7810ebe5d06fdf1198435186bcbdfb5b1af82a (diff) |
switch to scp for archiv
-rw-r--r-- | rhimport/fetcher.go | 2 |
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 |