diff --git a/src/applied_science/deps_library.clj b/src/applied_science/deps_library.clj index a3ff9f7..30a1abe 100644 --- a/src/applied_science/deps_library.clj +++ b/src/applied_science/deps_library.clj @@ -142,7 +142,8 @@ (and (-> options :git/status :git :dirty?) (not (:dry-run options)) (not (#{"install" - "version"} COMMAND))) + "version" + "jar"} COMMAND))) "Current repository has uncommitted work. Please commit your changes and retry.") (fail! options))