From 211fc9ed980517dc64d42f7281517816d10e1ef6 Mon Sep 17 00:00:00 2001 From: xdavidwu Date: Tue, 31 May 2022 20:42:30 +0800 Subject: [PATCH] basH: fix google cloud sdk path --- .bash_profile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bash_profile b/.bash_profile index 718e986..f3fe7d0 100644 --- a/.bash_profile +++ b/.bash_profile @@ -62,8 +62,8 @@ else export ANDROID_SDK_ROOT="$ANDROID_HOME" fi -if [ -d ~/google-cloud-sdk ]; then - PATH="$PATH:$HOME/google-cloud-sdk" +if [ -d ~/google-cloud-sdk/bin ]; then + PATH="$PATH:$HOME/google-cloud-sdk/bin" fi [[ -f ~/.bashrc ]] && . ~/.bashrc -- 2.43.0