Skip to content

Commit a6007f7

Browse files
authored
Merge pull request #1 from Antonytm/main
Fixed misprint
2 parents f8cd437 + 5cd4df4 commit a6007f7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,5 +350,5 @@ MigrationBackup/
350350
.ionide/
351351
Package/
352352
SAT/
353-
scwpd/
353+
scwdp/
354354
Module/

Create-SitecoreModule-DockerAssetImage.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ else {
8888
Write-Host "`n"
8989

9090
$packagePath = $PSScriptRoot + "\Package\$ModulePackageName"
91-
$scwdpDirectory = $PSScriptRoot + "\scwpd"
91+
$scwdpDirectory = $PSScriptRoot + "\scwdp"
9292

9393
Import-Module .\SAT\tools\Sitecore.Cloud.Cmdlets.psm1
9494
Import-Module .\SAT\tools\Sitecore.Cloud.Cmdlets.dll

0 commit comments

Comments
 (0)