Make gitpod reference new script location.

main
Nic0Nic0Nii 3 years ago
parent d7327456e9
commit d2919757ef
  1. 2
      .gitpod.yml

@ -1,7 +1,7 @@
---
# List the start up tasks. Learn more https://www.gitpod.io/docs/config-start-tasks/
tasks:
- init: sh ./coauthors.sh
- init: sh src/coauthors.sh
vscode:
extensions:
- redhat.java

Loading…
Cancel
Save