We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e42622 commit e12b975Copy full SHA for e12b975
1 file changed
UndoScript.ps1
@@ -107,9 +107,9 @@ try {
107
}
108
109
# Get commands from Apollo config if available
110
- if ($settings.apolloConfPath) {
111
- Write-Host "Reading commands from Apollo config: $($settings.apolloConfPath)"
112
- $apolloCommands = Get-GlobalPrepCommands -ConfigPath $settings.apolloConfPath
+ if ($settings.apolloConfigPath) {
+ Write-Host "Reading commands from Apollo config: $($settings.apolloConfigPath)"
+ $apolloCommands = Get-GlobalPrepCommands -ConfigPath $settings.apolloConfigPath
113
foreach ($cmd in $apolloCommands) {
114
if ($cmd.undo) {
115
# This will overwrite any duplicate keys from Sunshine config
0 commit comments