File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ if test -n "$asdf"
23
23
# Source the old asdf.sh script for versions <= 0.15.0
24
24
source " $ASDF_SH "
25
25
else
26
- echo " asdf executable found at $asdf . Setting ASDF_DIR=$ASDF_DIR and adding $ASDF_DATA_DIR /shims to PATH." >&2
26
+ echo " asdf executable found at $asdf . Setting ASDF_DIR=$ASDF_DIR and adding $ASDF_DIR /shims to PATH." >&2
27
27
# If the binary is found, set up environment for newer asdf versions
28
28
set -gx ASDF_DATA_DIR " $ASDF_DIR "
29
29
set -gx PATH " $ASDF_DATA_DIR /shims" $PATH
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ ASDF_DIR=${ASDF_DIR:-"${HOME}/.asdf"}
41
41
42
42
# Check if we have the asdf binary for version >= 0.16.0
43
43
if command -v asdf > /dev/null 2>&1 ; then
44
- >&2 echo " asdf executable found at $( command -v asdf) . Setting ASDF_DIR=${ASDF_DIR} and adding ${ASDF_DATA_DIR } /shims to PATH."
44
+ >&2 echo " asdf executable found at $( command -v asdf) . Setting ASDF_DIR=${ASDF_DIR} and adding ${ASDF_DIR } /shims to PATH."
45
45
# If the binary is found, set up environment for newer asdf versions
46
46
export ASDF_DATA_DIR=" $ASDF_DIR "
47
47
export PATH=" $ASDF_DATA_DIR /shims:$PATH "
You can’t perform that action at this time.
0 commit comments