Skip to content

Commit

Permalink
fix(import): Don't nuke styling code when re-importing text
Browse files Browse the repository at this point in the history
  • Loading branch information
alerque committed Nov 7, 2024
1 parent 5d41f3b commit bdd24e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/import.zsh.in
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function import_scrivener-mmd () {
remove_extant_bookid $bookid

# Restore meta-data just (maybe) nuked
git checkout HEAD^ -- $bookid.yml
git checkout HEAD^ -- $bookid.yml $bookid.lua
git commit --amend --no-edit

track "$input"
Expand Down

0 comments on commit bdd24e8

Please sign in to comment.