diff --git a/scripts/macos-brew_backup.sh b/scripts/macos-brew_backup.sh index 5ddd44b..f12143e 100755 --- a/scripts/macos-brew_backup.sh +++ b/scripts/macos-brew_backup.sh @@ -1,6 +1,6 @@ #!/bin/bash -BACKUP_FILE="$HOME/.dotfiles/config/envs/macos/homebrew/Brewfile" +BACKUP_FILE="$HOME/.dotfiles/config/macos/homebrew/Brewfile" echo "Backing up Homebrew installations..." mkdir -p "$(dirname "$BACKUP_FILE")"