diff --git a/.github/workflows/dorothy-workflow.yml b/.github/workflows/dorothy-workflow.yml index 19650a749..ba03b638c 100755 --- a/.github/workflows/dorothy-workflow.yml +++ b/.github/workflows/dorothy-workflow.yml @@ -34,7 +34,7 @@ jobs: chmod +x "$DOROTHY/commands/"* DOROTHY_LOAD=yes DOROTHY_LOADED=no - source '$DOROTHY/init.sh' + source "$DOROTHY/init.sh" dorothy dev - name: 'Trunk Format' if: github.event_name == 'push'