Skip to content

Commit

Permalink
Fix gitpod REPL
Browse files Browse the repository at this point in the history
  • Loading branch information
seancorfield committed Aug 18, 2021
1 parent 7331f3c commit fb052c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ tasks:
mkdir ~/.config/clover
cp .clover/config.cljs ~/.config/clover/
- name: Start REPL
command: clojure -J-Dclojure.server.repl="{:address \"0.0.0.0\" :port 50505 :accept clojure.core.server/repl}" -A:test -r
command: clojure -J-Dclojure.server.repl="{:address \"0.0.0.0\" :port 50505 :accept clojure.core.server/repl}" -A:test
- name: Start up
command: code CHANGELOG.md

Expand Down

0 comments on commit fb052c1

Please sign in to comment.