Skip to content

Commit

Permalink
Fix expected prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
adityapatwardhan committed Oct 29, 2024
1 parent 955389d commit ac9e6ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/code/PSRepositoryInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ namespace Microsoft.PowerShell.PSResourceGet.UtilClasses
public sealed class PSRepositoryInfo
{
#region constants
internal const string MARPrefix = "azure-powershell/";
internal const string MARPrefix = "psresource/";
#endregion

#region Enums
Expand Down

0 comments on commit ac9e6ca

Please sign in to comment.