From f0a9271506713e1bab5cc751c4d5902c54641a55 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 22 Jul 2025 19:09:09 -0400 Subject: [PATCH] Correct the order --- bin/omarchy-update | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/omarchy-update b/bin/omarchy-update index d81c59a..53576ec 100755 --- a/bin/omarchy-update +++ b/bin/omarchy-update @@ -23,9 +23,9 @@ for file in $(git diff --name-only --diff-filter=A $migration_starting_point.. m source $file done -# Back to where we came from -cd - >/dev/null - # Update system packages echo -e "\e[32m\nUpdate system packages\e[0m" yay -Syu --noconfirm + +# Back to where we came from +cd - >/dev/null