summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-03-06 21:47:43 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-03-06 21:47:43 -0700
commita9990990d72ddc3ac5b40642d344fa17b913d4e4 (patch)
tree13f3d7d57fb5b4ba4460079a51fe367c820b0085
parentdf0a63dd40c679a461eebd1f892caa31ed5a4705 (diff)
downloaddotfiles-a9990990d72ddc3ac5b40642d344fa17b913d4e4.tar.gz
fix typo in script
-rwxr-xr-xbin/sync-for-dionysus2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sync-for-dionysus b/bin/sync-for-dionysus
index 0823fe44..6be27cbc 100755
--- a/bin/sync-for-dionysus
+++ b/bin/sync-for-dionysus
@@ -21,7 +21,7 @@ else
cd /media/swhitton/SPWHITTON/doc 2>/dev/null && git annex add && git annex sync --content || true
cd "$HOME/lib/dionysus" && git annex add && git annex sync --content athena
# try to sync nickflash again
- cd /media/swhitton/SPWHITTON/doc 2>/dev/null && git annex sync ---content && sudo umount /media/swhitton/SPWHITTON || true
+ cd /media/swhitton/SPWHITTON/doc 2>/dev/null && git annex sync --content && sudo umount /media/swhitton/SPWHITTON || true
athena_cmd lib/dionysus "git annex merge"
athena_cmd doc "mr sync"