Fix variable syntax error
parent
6a571b4826
commit
1dba074024
|
|
@ -122,7 +122,7 @@ _bash-it_update() {
|
|||
_about 'updates Bash it'
|
||||
_group 'lib'
|
||||
|
||||
cd "${$BASH_IT}"
|
||||
cd "${BASH_IT}"
|
||||
git fetch &> /dev/null
|
||||
local status="$(git rev-list master..origin/master 2> /dev/null)"
|
||||
if [[ -n "${status}" ]]; then
|
||||
|
|
|
|||
Loading…
Reference in New Issue