Skip to content

Commit

Permalink
print current dir
Browse files Browse the repository at this point in the history
  • Loading branch information
sarg3nt committed May 25, 2024
1 parent f6ae31e commit 4c9d50d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils.bash
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ download_release() {
"tar.gz") tar -xvzf "$download_file" "micro-$version/micro" ;;
esac

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

echo "*** ls from dir base *** "
Expand Down

0 comments on commit 4c9d50d

Please sign in to comment.