From 35bea1a1d04c6b82438746b096328bef90863c2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Wed, 7 Oct 2020 15:02:08 +0200 Subject: [PATCH] fix(misc) update update-ljm script commit message --- resources/update-ljm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/update-ljm.sh b/resources/update-ljm.sh index ec55cbdad..a316d69f7 100755 --- a/resources/update-ljm.sh +++ b/resources/update-ljm.sh @@ -9,7 +9,7 @@ pushd ${THIS_DIR}/.. npm install github:jitsi/lib-jitsi-meet#${LATEST_LJM_COMMIT} git add package.json package-lock.json -git commit -m "deps: lib-jitsi-meet@latest" +git commit -m "chore(deps) lib-jitsi-meet@latest" popd