You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _InitializeRepository.ps1
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ If you have made changes to any files you may want to commit them before continu
14
14
15
15
[string] $organizationName=Read-Host-Prompt "Enter your name, or the the name of your organization (e.g. 'My Company'). This will be used in the module manifest and repository license"
16
16
17
-
Write-Information"Copying template repository module files to a temporary location to run it from."
17
+
Write-Verbose"Copying template repository module files to a temporary location to run it from."
0 commit comments