fix: failed `exec` in `find` cmd

This commit is contained in:
FMotalleb 2024-10-31 14:09:12 +03:30
parent fbb51de761
commit 1d80441408
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ Darwin*)
esac
# replace `require 'gitlab/license/` with `require 'license/` to make it work
find . -type f -exec "$sed_i_cmd" 's/require '\''gitlab\/license\//require_relative '\''license\//g' {} \;
find . -type f -exec $sed_i_cmd 's/require '\''gitlab\/license\//require_relative '\''license\//g' {} \;
popd >/dev/null