Skip to content

Commit

Permalink
Update 10-install-jhipster-kotlin.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
sendilkumarn committed Oct 17, 2020
1 parent bd5cf7e commit 2ed02dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test-integration/scripts/10-install-jhipster-kotlin.sh
Expand Up @@ -25,7 +25,7 @@ else
if [ "$JHI_LIB_BRANCH" == "latest" ]; then
LATEST=$(git describe --abbrev=0)
git checkout "$LATEST"
elif [ "$JHI_LIB_BRANCH" != "master" ]; then
elif [ "$JHI_LIB_BRANCH" != "main" ]; then
git checkout "$JHI_LIB_BRANCH"
fi
git --no-pager log -n 10 --graph --pretty='%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
Expand Down Expand Up @@ -62,7 +62,7 @@ else
if [ "$JHI_GEN_BRANCH" == "latest" ]; then
LATEST=$(git describe --abbrev=0)
git checkout "$LATEST"
elif [ "$JHI_GEN_BRANCH" != "master" ]; then
elif [ "$JHI_GEN_BRANCH" != "main" ]; then
git checkout "$JHI_GEN_BRANCH"
fi
git --no-pager log -n 10 --graph --pretty='%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
Expand Down

0 comments on commit 2ed02dc

Please sign in to comment.