Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions scripts/src/main/resources/scripts/devon-autocomplete
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,10 @@ else
then
edition="${tool}"
fi
local myPwd="${PWD}"
cd "${DEVON_IDE_HOME}/urls"
git pull -q
cd "${myPwd}"
if [ -d "${DEVON_IDE_HOME}/urls/${tool}/${edition}" ]
then
commandlist=("$(find "${DEVON_IDE_HOME}/urls/${tool}/${edition}" -mindepth 1 -maxdepth 1 | awk -F'/' '{print $NF}' | sort -rV)")
Expand Down
1 change: 1 addition & 0 deletions scripts/src/main/resources/scripts/functions
Original file line number Diff line number Diff line change
Expand Up @@ -1845,6 +1845,7 @@ function doSetSoftwareVersion() {
then
if [ "${version}" = "latest" ]
then
doUpdateUrls
version=$(doGetLatestSoftwareVersion "${software}")
fi
local software_version_variable="${software}"
Expand Down