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.
2 parents 21d18ba + 185003f commit 7243bfbCopy full SHA for 7243bfb
changes.d/6616.fix.md
@@ -0,0 +1 @@
1
+Fixed wrapper script `PATH` override preventing selection of Cylc version in the GUI when running Cylc Hub.
cylc/flow/etc/cylc
@@ -174,7 +174,7 @@ fi
174
175
# Set PATH when running cylc hub so that configurable-http-proxy can find node
176
if [[ ${0##*/} == "cylc" && ${1:-} == "hub" ]]; then
177
- PATH=${CYLC_HOME}/bin:${PATH}
+ PATH=${PATH}:${CYLC_HOME}/bin
178
fi
179
180
# Run the executable from the selected installation.
0 commit comments