Skip to content

Commit

Permalink
FIX: Duplicate "pemdir" definition in install.py (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
janisstreib authored Apr 27, 2020
1 parent ec24480 commit 96a422f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion install.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
define(
"passwordsalt", default="d2o0n1g2s0h3e1n1g", help="Being used to make password hash"
)
define("pemdir", default="pemdir", help="Directory to store pems")


if __name__ == "__main__":
Expand Down

0 comments on commit 96a422f

Please sign in to comment.