Skip to content

Commit 3f8604a

Browse files
committed
CONT-568 : fixing typo
1 parent d6ae0a3 commit 3f8604a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

manifests/registry.pp

+1-2
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@
138138
environment => Deferred('docker::env', [$exec_env]),
139139
provider => $exec_provider,
140140
logoutput => true,
141-
unless => stdlib::deferrable_epp('docker/windows/check_hash.ps1.epp', { 'passfile' => $passfile },
141+
unless => stdlib::deferrable_epp('docker/windows/check_hash.ps1.epp', { 'passfile' => $passfile }),
142142
notify => Exec["${title} auth"],
143143
}
144144
}
@@ -150,7 +150,6 @@
150150
exec { "${title} auth":
151151
environment => Deferred('docker::env', [$exec_env]),
152152
command => Deferred('sprintf', [$_auth_command]),
153-
command => $_auth_command,
154153
user => $exec_user,
155154
path => $exec_path,
156155
timeout => $exec_timeout,

0 commit comments

Comments
 (0)