Skip to content

Commit 3e09bd4

Browse files
authored
PE-38219 - Installer - Windows as Jump host support - adding correct variable name
1 parent 66f40b9 commit 3e09bd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plans/util/retrieve_and_upload.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
$operating_system = run_task('peadm::os_identification', 'local://localhost')
3333
$os_string = $operating_system.first.value['osfamily']
3434

35-
if os_string == 'windows' {
35+
if $os_string == 'windows' {
3636
$exists = run_command("[System.IO.File]::Exists('${local_path}')", 'local://localhost')
3737
if $exists.first['stdout'].chomp == 'false' {
3838
run_task('peadm::download', 'local://localhost',

0 commit comments

Comments
 (0)