Skip to content

Commit

Permalink
Removed dublicate line in open_deployment()
Browse files Browse the repository at this point in the history
  • Loading branch information
ip1981 committed May 30, 2016
1 parent 3ea47bc commit e4553bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/nixops
Expand Up @@ -73,7 +73,6 @@ def open_deployment():
depl.extra_nix_path = sum(args.nix_path or [], [])
for (n, v) in args.nix_options or []: depl.extra_nix_flags.extend(["--option", n, v])
if args.max_jobs != None: depl.extra_nix_flags.extend(["--max-jobs", str(args.max_jobs)])
if args.max_jobs != None: depl.extra_nix_flags.extend(["--max-jobs", str(args.max_jobs)])
if args.keep_going: depl.extra_nix_flags.append("--keep-going")
if args.keep_failed: depl.extra_nix_flags.append("--keep-failed")
if args.show_trace: depl.extra_nix_flags.append("--show-trace")
Expand Down

0 comments on commit e4553bc

Please sign in to comment.