Fix command name typo

This commit is contained in:
Carlos Nihelton 2023-02-22 13:20:33 -03:00
parent c756b15183
commit b8ca8af99f
No known key found for this signature in database
GPG Key ID: 6FE346D245197E9A
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ log = logging.getLogger('subiquity.server.ad_joiner')
class AdJoinStrategy():
realm = "/usr/sbin/realm"
pam = "/usr/sbin/path-auth-update"
pam = "/usr/sbin/pam-auth-update"
def __init__(self, app):
self.app = app