Skip to content

Commit f4680a2

Browse files
NextGDataalerickson
authored andcommitted
Update InstallHelper.cs (#1510)
1 parent 8113b86 commit f4680a2

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
@@ -1338,8 +1338,8 @@ private bool CallAcceptLicense(PSResourceInfo p, string moduleManifest, string t
13381338

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

13441344
var title = "License Acceptance";
13451345
var yesToAll = false;

0 commit comments

Comments
 (0)