Skip to content

Commit

Permalink
#363: do git pull of settings on ide update settings (#367)
Browse files Browse the repository at this point in the history
  • Loading branch information
hohwille authored Mar 17, 2020
1 parent a5cf4db commit 00f7587
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions scripts/src/main/resources/scripts/command/ide
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@ function doUpdateSettings() {
git commit -m "Initial settings downloaded from ${SETTINGS_URL}"
cd - || exit 255
fi
else
doGitPullOrClone "${SETTINGS_PATH}"
# shellcheck source=scripts/environment-project
source "${DEVON_IDE_HOME}/scripts/environment-project"
fi
}

Expand Down

0 comments on commit 00f7587

Please sign in to comment.