Skip to content

Commit 35459b0

Browse files
feat: add debug output for 'bc' command location in testing mode
1 parent 33f80c3 commit 35459b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ if ! [[ -x "${COMMAND_BC}" ]]; then
9797
fi
9898
if [[ ${TESTING} == "true" ]]; then
9999
echo "Testing Mode"
100+
echo "Path for 'bc': ${COMMAND_BC}"
100101
sudo apt-get install -y bc
101102
fi
102103

0 commit comments

Comments
 (0)