Skip to content

Commit 7fe2c18

Browse files
author
davidkline-ms
committed
remove incorrect $
1 parent c0ee8ba commit 7fe2c18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/packaging/foundationpreupm.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Copy-Item -Path "$PackageRoot/Services/SceneSystem/Scenes" -Destination "$sample
2626
# Create the samples data for the package.json file
2727
$samples = "`"samples`": ["
2828
$samples = $samples + "`n {`n"
29-
$samples = $samples + " `"displayName`": `"$Scene System Default Scenes`",`n"
29+
$samples = $samples + " `"displayName`": `"Scene System Scenes`",`n"
3030
$samples = $samples + " `"description`": `"Default scenes used by the MRTK Scene System`",`n"
3131
$samples = $samples + " `"path`": `"Samples~/SceneSystemScenes`"`n"
3232
$samples = $samples + " }"

0 commit comments

Comments
 (0)