diff options
Diffstat (limited to 'scripts/hook-metadata')
-rwxr-xr-x | scripts/hook-metadata | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/hook-metadata b/scripts/hook-metadata index fd5d4244..219ecb22 100755 --- a/scripts/hook-metadata +++ b/scripts/hook-metadata @@ -13,7 +13,7 @@ ROOT="$(git rev-parse --show-toplevel)" REPO="$(< ${ROOT}/profiles/repo_name)" -if [[ "${REPO}" != "as29" ]] ; then +if [[ "${REPO}" != "pants-on" ]] ; then exit 0 fi |