diff options
| author | mattpetersepic <[email protected]> | 2022-01-24 06:28:26 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-01-24 14:28:26 +0100 |
| commit | cb8eac0ba1d56112ee7733ff6bf26aa148acca05 (patch) | |
| tree | c88b69742110921b4c790d6a06ea2e313f67112e /prepare_commit.bat | |
| parent | Fixed missing object in project oplog response. (diff) | |
| download | zen-cb8eac0ba1d56112ee7733ff6bf26aa148acca05.tar.xz zen-cb8eac0ba1d56112ee7733ff6bf26aa148acca05.zip | |
prepare_commit: Add filter for filenames. Print full path from root in the display. (#37)
Diffstat (limited to 'prepare_commit.bat')
| -rw-r--r-- | prepare_commit.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prepare_commit.bat b/prepare_commit.bat index 97bcea6ed..8e621c96c 100644 --- a/prepare_commit.bat +++ b/prepare_commit.bat @@ -1 +1 @@ -python %~dp0\\scripts\formatcode.py +python %~dp0scripts\formatcode.py %* |