Skip to content

Commit 45bebb7

Browse files
authored
Update InstallHelper.cs (#1510)
1 parent 936c049 commit 45bebb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/code/InstallHelper.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1340,8 +1340,8 @@ private bool CallAcceptLicense(PSResourceInfo p, string moduleManifest, string t
13401340

13411341
// Otherwise read LicenseFile
13421342
string licenseText = System.IO.File.ReadAllText(LicenseFilePath);
1343-
var acceptanceLicenseQuery = $"Do you accept the license terms for module '{p.Name}'.";
1344-
var message = licenseText + "`r`n" + acceptanceLicenseQuery;
1343+
var acceptanceLicenseQuery = $"Do you accept the license terms for module '{p.Name}'?";
1344+
var message = licenseText + "\r\n" + acceptanceLicenseQuery;
13451345

13461346
var title = "License Acceptance";
13471347
var yesToAll = false;

0 commit comments

Comments
 (0)