Skip to content

Commit b18cf14

Browse files
author
Robin Stolpe
committed
update
1 parent f29b449 commit b18cf14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

RSModuleBuilder.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ $TestPath = Join-Path -Path $scriptPath -ChildPath "test"
3636
Write-OutPut "`n== Building module $($ModuleName) ==`n"
3737
Write-OutPut "Starting to build the module, please wait..."
3838

39-
# Check so all the needed folders exists, if they don't they will get created.
39+
# Check so all the needed folders exists, if they don't they will get created
4040
Checkpoint-RSFolderFile -ModulePath $scriptPath -ModuleName $ModuleName -New $false
4141

4242
# Deleting existing files that will get replaced by this script

0 commit comments

Comments
 (0)