diff --git a/scripts/deploy-schema.sh b/scripts/deploy-schema.sh index a8da89f9a0..5f893321dc 100755 --- a/scripts/deploy-schema.sh +++ b/scripts/deploy-schema.sh @@ -2,7 +2,7 @@ GH_REPO="@github.com/librenms/librenms.git" FULL_REPO="https://${LIBRENMS_TOKEN}$GH_REPO" -git config user.name "laf" +git config user.name "librenms-docs" git config user.email "travis@librenms.org" DBTEST=1 ./scripts/build-schema.php > misc/db_schema.yaml