Skip to content

Commit

Permalink
Evaluate when running 'nixops send-keys' to make sure keys are updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
rbvermaa committed Jul 18, 2016
1 parent ad9f5f9 commit 7e14c4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/nixops
Expand Up @@ -375,6 +375,7 @@ def op_deploy():

def op_send_keys():
depl = open_deployment()
depl.evaluate()
depl.send_keys(include=args.include or [], exclude=args.exclude or [])


Expand Down

0 comments on commit 7e14c4d

Please sign in to comment.