Skip to content

Commit

Permalink
Updated dots-scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
ulises-jeremias committed Aug 7, 2022
1 parent 9e16f13 commit 4022745
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dots-scripts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ scripts_list=(
script=${arguments[0]}

if [[ -n "${script}" ]]; then
if [[ ! "${scripts_list[*]}" =~ "${script}" ]]; then
if [[ ! "${scripts_list[*]}" =~ ${script} ]]; then
show_message_with_usage "Invalid script specified."
fi

Expand Down

0 comments on commit 4022745

Please sign in to comment.