Skip to content

Commit

Permalink
CONT-568 : fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
malikparvez committed Jul 18, 2023
1 parent 157714c commit cf5da20
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions manifests/registry.pp
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
environment => Deferred('docker::env', [$exec_env]),
provider => $exec_provider,
logoutput => true,
unless => stdlib::deferrable_epp('docker/windows/check_hash.ps1.epp', { 'passfile' => $passfile },
unless => stdlib::deferrable_epp('docker/windows/check_hash.ps1.epp', { 'passfile' => $passfile }),
notify => Exec["${title} auth"],
}
}
Expand All @@ -150,7 +150,6 @@
exec { "${title} auth":
environment => Deferred('docker::env', [$exec_env]),
command => Deferred('sprintf', [$_auth_command]),
command => $_auth_command,
user => $exec_user,
path => $exec_path,
timeout => $exec_timeout,
Expand Down

0 comments on commit cf5da20

Please sign in to comment.