We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f29b449 commit b18cf14Copy full SHA for b18cf14
1 file changed
RSModuleBuilder.ps1
@@ -36,7 +36,7 @@ $TestPath = Join-Path -Path $scriptPath -ChildPath "test"
36
Write-OutPut "`n== Building module $($ModuleName) ==`n"
37
Write-OutPut "Starting to build the module, please wait..."
38
39
-# Check so all the needed folders exists, if they don't they will get created.
+# Check so all the needed folders exists, if they don't they will get created
40
Checkpoint-RSFolderFile -ModulePath $scriptPath -ModuleName $ModuleName -New $false
41
42
# Deleting existing files that will get replaced by this script
0 commit comments