We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3e6620 commit 48cda25Copy full SHA for 48cda25
scripts/src/main/resources/scripts/devon-autocomplete
@@ -51,6 +51,10 @@ else
51
then
52
edition="${tool}"
53
fi
54
+ local myPwd="${PWD}"
55
+ cd "${DEVON_IDE_HOME}/urls"
56
+ git pull -q
57
+ cd "${myPwd}"
58
if [ -d "${DEVON_IDE_HOME}/urls/${tool}/${edition}" ]
59
60
commandlist=("$(find "${DEVON_IDE_HOME}/urls/${tool}/${edition}" -mindepth 1 -maxdepth 1 | awk -F'/' '{print $NF}' | sort -rV)")
scripts/src/main/resources/scripts/functions
@@ -1845,6 +1845,7 @@ function doSetSoftwareVersion() {
1845
1846
if [ "${version}" = "latest" ]
1847
1848
+ doUpdateUrls
1849
version=$(doGetLatestSoftwareVersion "${software}")
1850
1851
local software_version_variable="${software}"
0 commit comments