Don't format or check omv.yaml syntax
Different versions of ruby format differently, so don't do this check since it will invariably fail for someone. If there is a general deterministic fix, please let me know :)
This commit is contained in:
@@ -30,6 +30,7 @@ find_files() {
|
||||
\( \
|
||||
-wholename './old' \
|
||||
-o -wholename './tmp' \
|
||||
-o -wholename './omv.yaml' \
|
||||
\) -prune \
|
||||
\) -name '*.yaml'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user