From a35cb5c78d7e44c2ca636a08299f7e22c013cbb7 Mon Sep 17 00:00:00 2001 From: Fabio Cigliano Date: Tue, 23 Oct 2018 20:02:17 +1300 Subject: [PATCH] Renamed staging branch to release (#192) --- bin/lamassu-update | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/lamassu-update b/bin/lamassu-update index 69cd396e..2e1fd6c2 100755 --- a/bin/lamassu-update +++ b/bin/lamassu-update @@ -44,8 +44,8 @@ n lts >> ${LOG_FILE} 2>&1 decho "version installed $(node -v)" export NPM_BIN=$(npm -g bin) -decho "updating lamassu-server" -npm -g install lamassu/lamassu-server#master --unsafe-perm >> ${LOG_FILE} 2>&1 +decho "updating lamassu-server#release" +npm -g install lamassu/lamassu-server#release --unsafe-perm >> ${LOG_FILE} 2>&1 decho "rebuilding npm deps" cd $(npm root -g)/lamassu-server/ >> ${LOG_FILE} 2>&1