repair manager project
This commit is contained in:
@@ -55,7 +55,7 @@ public static class Extensions
|
||||
if (!string.IsNullOrWhiteSpace(overwriteRefTag))
|
||||
return @this.InstallUrl?.Replace("{ref}", overwriteRefTag);
|
||||
if (!string.IsNullOrWhiteSpace(@this.RefTag))
|
||||
return @this.InstallUrl?.Replace("{ref}", @this.RefTag);
|
||||
return @this.InstallUrl?.Replace("{ref}", @this.RefTag);
|
||||
return @this.InstallUrl;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user