Skip to content

Commit

Permalink
project.clj: fix alias typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ptaoussanis committed Jan 31, 2021
1 parent 0fec28a commit 6e2b5d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"deploy-lib" ["do" "build-once," "deploy" "clojars," "install"]
"start-dev" ["with-profile" "+dev" "repl" ":headless"]
"test-all" ["do" "clean,"
"with-profile" "+1.10:+1.9:+1.8:+1.7" "test"
"with-profile" "+1.10:+1.9:+1.8:+1.7" "test,"
"with-profile" "+test" "cljsbuild" "test"]}

:repositories
Expand Down

0 comments on commit 6e2b5d2

Please sign in to comment.