Skip to content

Commit

Permalink
chore: retro into canary
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-FFFFFF committed Jan 25, 2024
1 parent 046a1e2 commit f0ae58a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion avm_scripts_canary/autofix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ avmfix -folder "$(pwd)"

examples=$(find ./examples -maxdepth 1 -mindepth 1 -type d)
for d in $examples; do
echo "===> Autofix in " $d && cd $d && avmfix -folder "$(pwd)"
echo "===> Autofix in $d" && avmfix -folder "$d"
done
exit 0

0 comments on commit f0ae58a

Please sign in to comment.