Skip to content

Commit

Permalink
Switched back to dekformat.v1 as default
Browse files Browse the repository at this point in the history
  • Loading branch information
umlaeute committed Mar 8, 2018
1 parent 440f794 commit de27ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion developer/deken.hy
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,7 @@
"required" False})
(apply parser.add_argument ["--dekformat"]
{"help" "Override the deken packaging format, in case the package is created (DEFAULT: 0)."
"default" 0
"default" 1
"required" False}))
(defn parse-args [parser]
(setv args (.parse_args parser))
Expand Down

0 comments on commit de27ffa

Please sign in to comment.