summaryrefslogtreecommitdiff
path: root/bin/bstraph
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-12-03 16:12:45 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-12-03 23:15:32 -0700
commit1017e90e4b117df5871fe6447fb6587a5bd98cb5 (patch)
treeae248f95a442f4d710c357d4dd39a4890666b152 /bin/bstraph
parent37815c8bda4a88df6103d68e1b117a68bd24da19 (diff)
downloaddotfiles-1017e90e4b117df5871fe6447fb6587a5bd98cb5.tar.gz
speed up hstow's restowing, restow in post_update actions
Diffstat (limited to 'bin/bstraph')
-rwxr-xr-xbin/bstraph2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/bstraph b/bin/bstraph
index 972662cc..b621aa24 100755
--- a/bin/bstraph
+++ b/bin/bstraph
@@ -34,7 +34,7 @@ for f in gpg.conf gpg-agent.conf dirmngr.conf .gpg-v21-migrated; do
[ -h "$HOME/.gnupg/$f" ] || rm -f "$HOME/.gnupg/$f"
done
-bin/hstow stow .
+bin/hstow restow .
if command -v git >/dev/null; then
# Use a rebase workflow as I'm the only committer.