Skip to content

Commit

Permalink
Even more debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
sarg3nt committed May 25, 2024
1 parent a4f3bae commit f6ae31e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lib/utils.bash
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,14 @@ download_release() {
"tar.gz") tar -xvzf "$download_file" "micro-$version/micro" ;;
esac

echo "*** ls current directory ***"
ls -alh

echo "*** ls from dir base *** "
ls -alh "$ASDF_DOWNLOAD_PATH"
echo "*** ls from dir full *** "
ls -alh "$ASDF_DOWNLOAD_PATH/micro-$version"

mv "$ASDF_DOWNLOAD_PATH/micro-$version/micro" "$filename"

echo "*** Destination file ***"
Expand Down

0 comments on commit f6ae31e

Please sign in to comment.