Skip to content

Commit e5c55a8

Browse files
committed
Fix open instructions command
1 parent 2698981 commit e5c55a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitpod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ tasks:
1010
#- name: Prepare deps
1111
# init: clojure -Sdeps '{:deps {nrepl/nrepl {:mvn/version,"0.8.3"},cider/cider-nrepl {:mvn/version,"0.26.0"}}}' -P
1212
- name: INSTRUCTIONS
13-
command: open -g doc/INSTRUCTIONS.md
13+
command: code doc/INSTRUCTIONS.md

0 commit comments

Comments
 (0)