mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-10-08 02:24:23 +08:00
avoid util package depends on security package
This commit is contained in:
@@ -36,7 +36,7 @@ func main() {
|
||||
log.Fatalf("upload: %v", err)
|
||||
}
|
||||
|
||||
util.Delete(targetUrl, assignResult.Auth)
|
||||
util.Delete(targetUrl, string(assignResult.Auth))
|
||||
|
||||
util.Get(fmt.Sprintf("http://%s/vol/vacuum", *master))
|
||||
|
||||
|
Reference in New Issue
Block a user