Skip to content

Commit

Permalink
Add missing parentheses
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaeon committed Mar 29, 2014
1 parent 50197d4 commit 20faabd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vconnector-cli
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ Options:
user=args['--user'],
pwd=args['--pwd'],
host=args['--host'],
enabled=int(args['--enabled']
enabled=int(args['--enabled'])
)
elif args['remove']:
remove_agent(
Expand Down

0 comments on commit 20faabd

Please sign in to comment.