From c6a51adb445318eb2cb2ba34a35c18b103d13dd3 Mon Sep 17 00:00:00 2001 From: Neil Lathwood Date: Wed, 5 Apr 2017 10:32:36 +0100 Subject: [PATCH] updated username (#6352) --- scripts/deploy-schema.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/deploy-schema.sh b/scripts/deploy-schema.sh index 550f403370..dc21248b9d 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://${GH_TOKEN}$GH_REPO" -git config user.name "librenms" +git config user.name "librenms-docs" git config user.email "travis@librenms.org" DBTEST=1 ./scripts/build-schema.php > misc/db_schema.yaml