use file getter for smb shares

This commit is contained in:
Megan Marsh 2019-06-26 13:21:49 -07:00
parent 081ee1a5a4
commit 12471a8b06
1 changed files with 3 additions and 0 deletions

View File

@ -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,
}
}
}