Skip to content

Commit

Permalink
Fix pki-server nss-create --password-file
Browse files Browse the repository at this point in the history
  • Loading branch information
edewata committed Jan 23, 2025
1 parent f833be0 commit 2f8e957
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/server/python/pki/server/cli/nss.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def execute(self, argv, args=None):
instance_name = args.instance
no_password = args.no_password
password = args.password
password_file = None
password_file = args.password_file
force = args.force

instance = pki.server.PKIServerFactory.create(instance_name)
Expand Down

0 comments on commit 2f8e957

Please sign in to comment.