Skip to content

Commit

Permalink
Base64 that shit
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaunLawrie committed Mar 15, 2024
1 parent 94dbeb6 commit fc15b17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PwshSpectreConsole.Docs/src/powershell/UpdateDocs.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ foreach ($doc in $docs) {

$castName = ($doc.Name -replace '.md$', '' -replace '-', '').ToLower() + "Example$example"
Set-Content -Path "$asciiCastOutputPath\$castName.cast" -Value $recording
$imports += "import $castName from '../../../../assets/examples/$castName.cast?url'`n"
$imports += "import $castName from '../../../../assets/examples/$castName.cast'`n"

# Replace the code block with the ascii cast
$castTemplate = Get-AsciiCastTemplate -Name $castName
Expand Down

0 comments on commit fc15b17

Please sign in to comment.