Skip to content

Commit

Permalink
fix typo in debugger action
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeheft committed Jul 8, 2024
1 parent 1346feb commit cf1e462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rspec_push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: pwd

- name: List files in lib/middleware
run: ls -la lib/middleware
run: ls -la app/middleware

- name: Check Ruby load path
run: ruby -e 'puts $LOAD_PATH'
Expand Down

0 comments on commit cf1e462

Please sign in to comment.