Skip to content

Commit

Permalink
ci: fix copy and paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
balupton committed Aug 24, 2023
1 parent f51c30c commit c9a55d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dorothy-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit c9a55d1

Please sign in to comment.