Skip to content

Commit

Permalink
Merge pull request #1 from Antonytm/main
Browse files Browse the repository at this point in the history
Fixed misprint
  • Loading branch information
KayeeNL authored Jul 2, 2021
2 parents f8cd437 + 5cd4df4 commit a6007f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -350,5 +350,5 @@ MigrationBackup/
.ionide/
Package/
SAT/
scwpd/
scwdp/
Module/
2 changes: 1 addition & 1 deletion Create-SitecoreModule-DockerAssetImage.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ else {
Write-Host "`n"

$packagePath = $PSScriptRoot + "\Package\$ModulePackageName"
$scwdpDirectory = $PSScriptRoot + "\scwpd"
$scwdpDirectory = $PSScriptRoot + "\scwdp"

Import-Module .\SAT\tools\Sitecore.Cloud.Cmdlets.psm1
Import-Module .\SAT\tools\Sitecore.Cloud.Cmdlets.dll
Expand Down

0 comments on commit a6007f7

Please sign in to comment.