Skip to content

Commit

Permalink
fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
924060929 committed May 17, 2024
1 parent 79c8b78 commit 6105fc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/profile_fe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
curdir="$(cd "$(dirname "${BASH_SOURCE[0]}")" &>/dev/null && pwd)"

DORIS_HOME="$(
cd "${curdir}/.."
cd "${curdir}/.." || exit 1
pwd
)"
export DORIS_HOME
Expand Down

0 comments on commit 6105fc0

Please sign in to comment.