Skip to content

Commit a4f1723

Browse files
committed
chore(hooks): normalize vp-generated files
1 parent c8ddc66 commit a4f1723

16 files changed

Lines changed: 16 additions & 16 deletions

.vite-hooks/_/.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
*
1+
*

.vite-hooks/_/applypatch-msg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/usr/bin/env sh
2-
. "$(dirname "$0")/h"
2+
. "$(dirname "$0")/h"

.vite-hooks/_/commit-msg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/usr/bin/env sh
2-
. "$(dirname "$0")/h"
2+
. "$(dirname "$0")/h"

.vite-hooks/_/h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ c=$?
1818

1919
[ $c != 0 ] && echo "VITE+ - $n script failed (code $c)"
2020
[ $c = 127 ] && echo "VITE+ - command not found in PATH=$PATH"
21-
exit $c
21+
exit $c

.vite-hooks/_/post-applypatch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/usr/bin/env sh
2-
. "$(dirname "$0")/h"
2+
. "$(dirname "$0")/h"

.vite-hooks/_/post-checkout

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/usr/bin/env sh
2-
. "$(dirname "$0")/h"
2+
. "$(dirname "$0")/h"

.vite-hooks/_/post-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/usr/bin/env sh
2-
. "$(dirname "$0")/h"
2+
. "$(dirname "$0")/h"

.vite-hooks/_/post-merge

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/usr/bin/env sh
2-
. "$(dirname "$0")/h"
2+
. "$(dirname "$0")/h"

.vite-hooks/_/post-rewrite

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/usr/bin/env sh
2-
. "$(dirname "$0")/h"
2+
. "$(dirname "$0")/h"

.vite-hooks/_/pre-applypatch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
#!/usr/bin/env sh
2-
. "$(dirname "$0")/h"
2+
. "$(dirname "$0")/h"

0 commit comments

Comments
 (0)