mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-12-17 17:51:20 +08:00
moving
This commit is contained in:
@@ -118,7 +118,7 @@ func runUpdate(cmd *Command, args []string) bool {
|
|||||||
|
|
||||||
func downloadRelease(ctx context.Context, target string, ver string) (version string, err error) {
|
func downloadRelease(ctx context.Context, target string, ver string) (version string, err error) {
|
||||||
currentVersion := util.VERSION_NUMBER
|
currentVersion := util.VERSION_NUMBER
|
||||||
rel, err := GitHubLatestRelease(ctx, ver, "chrislusf", "seaweedfs")
|
rel, err := GitHubLatestRelease(ctx, ver, "seaweedfs", "seaweedfs")
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return "", err
|
return "", err
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user