diff --git a/.gitpod.yml b/.gitpod.yml index 3a37288..0d17ae0 100644 --- a/.gitpod.yml +++ b/.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