Fix variable syntax error
This commit is contained in:
@@ -122,7 +122,7 @@ _bash-it_update() {
|
|||||||
_about 'updates Bash it'
|
_about 'updates Bash it'
|
||||||
_group 'lib'
|
_group 'lib'
|
||||||
|
|
||||||
cd "${$BASH_IT}"
|
cd "${BASH_IT}"
|
||||||
git fetch &> /dev/null
|
git fetch &> /dev/null
|
||||||
local status="$(git rev-list master..origin/master 2> /dev/null)"
|
local status="$(git rev-list master..origin/master 2> /dev/null)"
|
||||||
if [[ -n "${status}" ]]; then
|
if [[ -n "${status}" ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user