Skip to content

Commit

Permalink
ignore source in shellcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
itsTheFae committed Jan 13, 2025
1 parent 549d826 commit 1ef0129
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,7 @@ function install_as_venv() {
fi
$PyBin -m venv "${VenvDir}"
cd "${VenvDir}" || exit_err "Failed to enter Venv directory."
# shellcheck disable=SC1091
source "./bin/activate"
fi
else
Expand Down

0 comments on commit 1ef0129

Please sign in to comment.