mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
disable source shellcheck
This commit is contained in:
parent
e4829148f5
commit
0c3e7e9bd2
1 changed files with 1 additions and 0 deletions
|
@ -1948,6 +1948,7 @@ __activate_virtualenv() {
|
|||
# Is virtualenv empty
|
||||
if [ -z "$VIRTUAL_ENV" ]; then
|
||||
__create_virtualenv || return 1
|
||||
# shellcheck source=/dev/null
|
||||
. "${_VIRTUALENV_DIR}/bin/activate" || return 1
|
||||
echoinfo "Activated virtualenv ${_VIRTUALENV_DIR}"
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue