Skip to content

Commit

Permalink
fix: fix for #1528 πŸ›
Browse files Browse the repository at this point in the history
  • Loading branch information
olemp committed May 30, 2024
1 parent 22b7ec6 commit 72ab78e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Install/Install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -282,11 +282,6 @@ if ($Channel -ne "main") {
$SiteDesignThumbnail = "https://publiccdn.sharepointonline.com/prosjektportalen.sharepoint.com/sites/ppassets/Thumbnails/prosjektomrade-test.png"
}

# Add channel to name for the site design if channel is specified and not main
if ($Channel -ne "main") {
$SiteDesignName += " - $Channel"
}

if (-not $SkipSiteDesign.IsPresent) {
$SiteScriptIds = @()

Expand Down

0 comments on commit 72ab78e

Please sign in to comment.