From 3ab9aa9606a2ad2383d129a1f63636dab713c7dc Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Sat, 9 May 2020 14:19:22 +0200 Subject: [PATCH] use clojure instead of clj in test script --- script/test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/test b/script/test index 406ba73..576735a 100755 --- a/script/test +++ b/script/test @@ -1,4 +1,4 @@ #!/usr/bin/env bash -clj -A:test -n babashka.pods.jvm-test -clj -A:sci:test -n babashka.pods.sci-test +clojure -A:test -n babashka.pods.jvm-test +clojure -A:sci:test -n babashka.pods.sci-test