Skip to content

Commit

Permalink
Fix ov reference in hooks (#4496)
Browse files Browse the repository at this point in the history
* Fix ov reference in hooks

* Remove unnecessary change

---------

Co-authored-by: Madison Swain-Bowden <[email protected]>
  • Loading branch information
sarayourfriend and AetherUnbound committed Jun 17, 2024
1 parent f262be5 commit 6228cb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/dev_env/hooks/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

export TERM=xterm

ov hook pre-commit "$@"
./ov hook pre-commit "$@"
2 changes: 1 addition & 1 deletion docker/dev_env/hooks/pre-push
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

export TERM=xterm

ov hook pre-push "$@"
./ov hook pre-push "$@"

0 comments on commit 6228cb7

Please sign in to comment.