summaryrefslogtreecommitdiff
path: root/rhimport
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-03-04 19:43:54 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-03-04 19:43:54 (GMT)
commitb9e5d839dd1f883e302969df4c9ab63b9fcdfb79 (patch)
treecb06cf28afc7dceea29ccaca354c89dfeefb1c8d /rhimport
parentee7810ebe5d06fdf1198435186bcbdfb5b1af82a (diff)
switch to scp for archiv
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