Skip to content

Commit

Permalink
bug fix (#2193)
Browse files Browse the repository at this point in the history
  • Loading branch information
waliMSFT authored Oct 12, 2023
1 parent d4d06f0 commit 0d08998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Oryx.Tests.Common/ImageTestHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ public string GetRuntimeImage(string platformName, string platformVersion, strin
case DotNetCoreConstants.RuntimePlatformName:
if (StagingRuntimeConstants.DotnetcoreStagingRuntimeVersions.Contains(platformVersion))
{
runtimeRepoPrefix.Replace(_defaultRepoPrefix, _defaultStagingRepoPrefix);
runtimeRepoPrefix = runtimeRepoPrefix.Replace(_defaultRepoPrefix, _defaultStagingRepoPrefix);
}
break;
}
Expand Down

0 comments on commit 0d08998

Please sign in to comment.