fix(sources/functions.sh): update creator name from "Guillaume DENIS" to "TheHackdes"

This commit is contained in:
TheHackdes 2026-05-04 20:52:42 +02:00
parent 0c2fa6c671
commit 8de2581375
2 changed files with 2 additions and 2 deletions

View file

@ -9,8 +9,8 @@ CHOIX=(
)
select_option() {
log info "Selectionnez une option..."
choice=$(printf "%s\n" "${CHOIX[@]}" | fzf --height=4 --reverse --cycle --prompt=" Choix : " --layout=reverse)
log info "Selection - ${choice}"
}
sleep 1.5