use file getter for smb shares
This commit is contained in:
parent
081ee1a5a4
commit
12471a8b06
|
@ -101,6 +101,9 @@ func init() {
|
|||
// can leave the source file where it is & tell us where it is.
|
||||
Copy: true,
|
||||
}
|
||||
getters["smb"] = &getter.FileGetter{
|
||||
Copy: true,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue