Fix path interpolation

This commit is contained in:
David Heinemeier Hansson
2025-07-09 10:31:08 -07:00
parent a15979dc79
commit b0d94f3e34

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
migration_file="~/.local/share/omarchy/migrations/$(git log -1 --format=%cd --date=unix).sh" migration_file="$HOME/.local/share/omarchy/migrations/$(git log -1 --format=%cd --date=unix).sh"
touch $migration_file touch $migration_file
nvim $migration_file nvim $migration_file
echo -e "Run with:\nsource $migration_file" echo -e "Run with:\nsource $migration_file"