Skip to content

Commit

Permalink
fix(): fix typo on tui (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
shayan0v0n authored Jul 23, 2024
1 parent e587b54 commit ddf1be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion best403unlocker-tui
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ main_menu() {
password=
choice=$(whiptail --title "Best403Unlcoker TUI" --menu "Choose an option:" 15 60 4 \
"Run DNS analyzer" "find the most speedful dns" \
"Save file" "Downlaod file with the best dns" \
"Save file" "Download file with the best dns" \
"Advance setting" "change configuration" \
"Exit" "Exit the program" \
3>&1 1>&2 2>&3)
Expand Down

0 comments on commit ddf1be9

Please sign in to comment.