Skip to content

Commit 9acefb6

Browse files
committed
fix
1 parent 260e8cf commit 9acefb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdks/java/container/license_scripts/license_script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ if [ -d "$DOWNLOAD_DIR" ]; then rm -rf "$DOWNLOAD_DIR" ; fi
4040
mkdir -p "$DOWNLOAD_DIR"
4141
cp -r "${EXISTING_LICENSE_DIR}"/*.jar "${DOWNLOAD_DIR}"
4242
python -m venv --clear ${ENV_DIR} --without-pip --system-site-packages
43-
source ${ENV_DIR}/bin/activate
43+
. ${ENV_DIR}/bin/activate
4444
pip install --retries 10 --upgrade pip setuptools wheel
4545

4646
# install packages

0 commit comments

Comments
 (0)