This commit is contained in:
Bryan Ramos 2026-04-02 09:19:17 -04:00
parent 68217dfd4b
commit 758ebd23bb
10 changed files with 8 additions and 25 deletions

View file

@ -97,7 +97,7 @@ map_effort() {
low) echo "low" ;;
medium) echo "medium" ;;
high) echo "high" ;;
max) echo "extra high" ;;
max) echo "xhigh" ;;
*) echo "medium" ;;
esac
}