diff options
| author | Chris Lu <chris.lu@gmail.com> | 2019-02-16 12:23:35 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2019-02-16 12:23:35 -0800 |
| commit | 98a03b38e5798fb75fe35174da297b3528b9750e (patch) | |
| tree | 50d61df4c498cb7888a7f8854cc125b1d9125cdd /unmaintained | |
| parent | 31aa60ce051b6da6617a3b733160015f2ddba693 (diff) | |
| download | seaweedfs-98a03b38e5798fb75fe35174da297b3528b9750e.tar.xz seaweedfs-98a03b38e5798fb75fe35174da297b3528b9750e.zip | |
avoid util package depends on security package
Diffstat (limited to 'unmaintained')
| -rw-r--r-- | unmaintained/repeated_vacuum/repeated_vacuum.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unmaintained/repeated_vacuum/repeated_vacuum.go b/unmaintained/repeated_vacuum/repeated_vacuum.go index d551baddb..95201f3e8 100644 --- a/unmaintained/repeated_vacuum/repeated_vacuum.go +++ b/unmaintained/repeated_vacuum/repeated_vacuum.go @@ -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)) |
