Skip to content

Commit

Permalink
Allow update-in task to run outside projects.
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed Sep 12, 2014
1 parent 23a772b commit 27c2e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/leiningen/update_in.clj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
(project/load-plugins)
(project/activate-middleware))))

(defn ^:higher-order update-in
(defn ^:higher-order ^:no-project-needed update-in
"Perform arbitrary transformations on your project map.
Acts a lot like calling `clojure.core/update-in` on your project map
Expand Down

0 comments on commit 27c2e6f

Please sign in to comment.