@@ -16,7 +16,7 @@ test: .inline-deps
1616 lein with-profile -user,+$(VERSION ) ,+plugin.mranderson/config test
1717
1818cljfmt :
19- lein with-profile -user,+$(VERSION ) ,+cljfmt,+lein-plugin cljfmt check
19+ lein with-profile -user,+$(VERSION ) ,+cljfmt cljfmt check
2020
2121eastwood :
2222 lein with-profile -user,+$(VERSION ) ,+eastwood eastwood
@@ -31,14 +31,14 @@ kondo:
3131BUMP ?= patch
3232
3333release :
34- lein with-profile -user,+$(VERSION ) ,+lein-plugin release $(BUMP )
34+ lein with-profile -user,+$(VERSION ) release $(BUMP )
3535
3636# Deploying requires the caller to set environment variables as
3737# specified in project.clj to provide a login and password to the
3838# artifact repository.
3939
4040deploy : .inline-deps
41- lein with-profile -user,+$(VERSION ) ,+plugin.mranderson/config,+lein-plugin deploy clojars
41+ lein with-profile -user,+$(VERSION ) ,+plugin.mranderson/config deploy clojars
4242
4343install : .inline-deps
44- lein with-profile -user,+$(VERSION ) ,+plugin.mranderson/config,+lein-plugin install
44+ lein with-profile -user,+$(VERSION ) ,+plugin.mranderson/config install
0 commit comments