Pick the latest IntelliJ config folder for $ASPECT_ORIG
Test Plan: Executed the two lines in my local shell
X-Origin-Diff: phab/D306
GitOrigin-RevId: f5744482129a649d358944fff0ae80a96e28a47d
diff --git a/scripts/create_container.sh b/scripts/create_container.sh
index c01d8ba..26c3671 100755
--- a/scripts/create_container.sh
+++ b/scripts/create_container.sh
@@ -37,8 +37,8 @@
# The Bazel plugin injects a Bazel repository into the sync command line,
# We need to copy the aspect repository and apply a custom patch.
-
-ASPECT_ORIG=${HOME}/.IntelliJIdea2019.3/config/plugins/ijwb/aspect
+IJ_HOME=$(echo ${HOME}/.IntelliJIdea* | tr ' ' '\n' | sort | tail -n 1)
+ASPECT_ORIG=${IJ_HOME}/config/plugins/ijwb/aspect
ASPECT_PATH=${BAZEL_ROOT}/ijwb_aspect
rm -rf "$ASPECT_PATH"