diff --git a/bin/omarchy-update b/bin/omarchy-update index ed102f0..3c72f7f 100755 --- a/bin/omarchy-update +++ b/bin/omarchy-update @@ -19,7 +19,7 @@ for file in migrations/*.sh; do migrate_at="${filename%.sh}" if [ $migrate_at -gt $last_updated_at ]; then - echo "Running migration ($migrate_at)" + echo -e "\e[32m\nRunning migration ($migrate_at)\e[0m" source $file fi done