working commit
This commit is contained in:
@@ -75,7 +75,7 @@ func repackServiceURI(fileuri string) (string, string, string, error) {
|
||||
password, _ = uri.User.Password()
|
||||
}
|
||||
uri.User = nil
|
||||
uri.Scheme = "https"
|
||||
//uri.Scheme = "https"
|
||||
res = uri.String()
|
||||
return res, username, password, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user