aboutsummaryrefslogtreecommitdiff
path: root/scripts/cp-todos.sh
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-01-22 16:39:17 -0200
committerEuAndreh <eu@euandre.org>2019-01-22 16:39:17 -0200
commit5e0919db80267d5ed476c744e3f13f8d8f711571 (patch)
tree8cdb09cdb57bc05e2411f60ef2c40d7a30d56eea /scripts/cp-todos.sh
parentRemove $HOME variable from npmrc.sh. (diff)
downloaddotfiles-5e0919db80267d5ed476c744e3f13f8d8f711571.tar.gz
dotfiles-5e0919db80267d5ed476c744e3f13f8d8f711571.tar.xz
Nextcloud -> ownCloud
Client change only.
Diffstat (limited to 'scripts/cp-todos.sh')
-rwxr-xr-xscripts/cp-todos.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/cp-todos.sh b/scripts/cp-todos.sh
index d8e6f30..e839ae8 100755
--- a/scripts/cp-todos.sh
+++ b/scripts/cp-todos.sh
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
-cp "$HOME/annex/txt/TODOs.org" "$HOME/Nextcloud/Notes/org.txt"
-cp "$HOME/annex/txt/TODOs.org" "$HOME/Nextcloud/cache/TODOs.org"
+cp "$HOME/annex/txt/TODOs.org" "$HOME/ownCloud/Notes/org.txt"
+cp "$HOME/annex/txt/TODOs.org" "$HOME/ownCloud/cache/TODOs.org"