Skip to content

Commit 43a6efe

Browse files
committed
good changes from upstream
1 parent 1073117 commit 43a6efe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/dask/dask.sh.in

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ function main() {
3131

3232
configure_knox_for_dask
3333

34-
local DASK_CLOUD_LOGGING="$(get_metadata_attribute dask-cloud-logging || echo 'false')"
34+
local DASK_CLOUD_LOGGING="$(get_metadata_attribute dask-cloud-logging 'false')"
3535
if [[ "${DASK_CLOUD_LOGGING}" == "true" ]]; then
3636
configure_fluentd_for_dask
3737
fi
@@ -51,7 +51,7 @@ function exit_handler() {
5151

5252
function prepare_to_install(){
5353
prepare_common_env
54-
prepare_pip_env
54+
prepare_conda_env
5555
conda_env="$(get_metadata_attribute conda-env 'dask')"
5656
readonly conda_env
5757
prepare_dask_env

0 commit comments

Comments
 (0)