Skip to content

Commit

Permalink
tolaria => [changeMeWall.spell]
Browse files Browse the repository at this point in the history
  • Loading branch information
mendess committed Oct 26, 2024
1 parent 247e3fe commit 31c656c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spells/changeMeWall.spell
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ if [[ "$different" ]]; then
else
size=1
fi
mapfile -t files < <(printf "%s\n" "${files[@]}" | shuf -n "$size")
mapfile -t files < <(printf "%s\n" "${files[@]}" | grep -v mtg | shuf -n "$size")

i=1
for file in "${files[@]}"; do
Expand Down

0 comments on commit 31c656c

Please sign in to comment.