Skip to content

Commit

Permalink
fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
vvatsalya committed Oct 9, 2023
1 parent 75c4f61 commit aaefd71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/bootstrapping/init_environment_oai_v2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ fi
WORKSPACE_NAME=${WORKSPACE_NAME:-}
if [[ -z "$WORKSPACE_NAME" ]]
then
export WORKSPACE_NAME="${PREFIX}${SUFFIX}${DATE_ONLY}-ws"
export WORKSPACE_NAME="${PREFIX}${SUFFIX}${DATE_ONLY}-dv3-ws"
echo_warning "No workspace name [WORKSPACE_NAME] specified, defaulting to ${WORKSPACE_NAME}."
fi

Expand Down

0 comments on commit aaefd71

Please sign in to comment.