Skip to content

Commit

Permalink
Let user be less dependent on his FS layout
Browse files Browse the repository at this point in the history
  • Loading branch information
seregasheypak authored Nov 15, 2016
1 parent 3659c11 commit 09e763f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/drake/steps.clj
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@

;; No way to get to MAX_PATH from Java
;; Leave some characters for unique suffixes and for files inside
(def ^:private MAX_PATH 200)
(def ^:private MAX_PATH 1024)

(defn calc-step-dirs
"Given the parse-tree, calculate each step's directory for keeping
Expand Down

0 comments on commit 09e763f

Please sign in to comment.