diff options
-rwxr-xr-x | bin/puppetd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/puppetd b/bin/puppetd index 8124a301d..4c9bfa697 100755 --- a/bin/puppetd +++ b/bin/puppetd @@ -346,7 +346,7 @@ unless client.read_cert end # Now read the new cert in. - unless client.readcert + unless client.read_cert Puppet.err "Could not read certificates after retrieving them" exit(34) end |