From 0f50fcb96a49601d60620aa509332b0e86dac500 Mon Sep 17 00:00:00 2001 From: chrislu Date: Fri, 29 Jul 2022 23:39:11 -0700 Subject: [PATCH] moving --- weed/command/update.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }