summaryrefslogtreecommitdiff
path: root/home/xyz
diff options
context:
space:
mode:
authorxyz <gky44px1999@gmail.com>2021-10-19 17:26:36 -0700
committerxyz <gky44px1999@gmail.com>2021-10-19 17:26:36 -0700
commitd5eb7e6e1916fa7d499e3869cc15c8601f10d35e (patch)
treee72ba3a60db2b931711e6f969e28f7dca6f6d344 /home/xyz
parentb5eb1d416bdf1d5638ab23b028c4d25075f7a189 (diff)
refactor
Diffstat (limited to 'home/xyz')
-rwxr-xr-xhome/xyz/.local/bin/upd2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.local/bin/upd b/home/xyz/.local/bin/upd
index 7749391f..29ae98e1 100755
--- a/home/xyz/.local/bin/upd
+++ b/home/xyz/.local/bin/upd
@@ -86,7 +86,7 @@ usb () {
cfg -c push usb
cfg -l push usb
cfg -s push
- git --git-dir="$XDG_DOCUMENTS_DIR/notes/.git" --work-tree="$XDG_DOCUMENTS_DIR/notes/" push usb
+ git --git-dir="$XDG_DOCUMENTS_DIR/notes/.git/" --work-tree="$XDG_DOCUMENTS_DIR/notes/" push usb
}