We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5fe4a6 commit fe68108Copy full SHA for fe68108
tools/git/hooks/pre-commit
@@ -105,7 +105,7 @@ cleanup() {
105
106
# Creates a directory for caching hook results to allow accessing those results in subsequent hooks.
107
create_cache_dir() {
108
- mkdir "${cache_dir}"
+ mkdir -p "${cache_dir}"
109
}
110
111
# Removes any previous hook results.
tools/git/hooks/pre-push
@@ -95,7 +95,7 @@ cleanup() {
95
96
97
98
99
100
101
0 commit comments