aboutsummaryrefslogtreecommitdiff
path: root/weed/command/update.go
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2022-07-29 23:39:11 -0700
committerchrislu <chris.lu@gmail.com>2022-07-29 23:39:11 -0700
commit0f50fcb96a49601d60620aa509332b0e86dac500 (patch)
treea307f42fe784935bf739029bfcbada0f0ed08708 /weed/command/update.go
parent91d742eba24c9d9cf95e7f53ba0c500e69346ab9 (diff)
downloadseaweedfs-0f50fcb96a49601d60620aa509332b0e86dac500.tar.xz
seaweedfs-0f50fcb96a49601d60620aa509332b0e86dac500.zip
moving
Diffstat (limited to 'weed/command/update.go')
-rw-r--r--weed/command/update.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/update.go b/weed/command/update.go
index aa974e682..89efae79a 100644
--- a/weed/command/update.go
+++ b/weed/command/update.go
@@ -118,7 +118,7 @@ func runUpdate(cmd *Command, args []string) bool {
func downloadRelease(ctx context.Context, target string, ver string) (version string, err error) {
currentVersion := util.VERSION_NUMBER
- rel, err := GitHubLatestRelease(ctx, ver, "chrislusf", "seaweedfs")
+ rel, err := GitHubLatestRelease(ctx, ver, "seaweedfs", "seaweedfs")
if err != nil {
return "", err
}