aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2018-01-10 10:47:39 -0200
committerSilvio Rhatto <rhatto@riseup.net>2018-01-10 10:47:39 -0200
commit245c01d03b472118d212d97ddc1d9962399bf049 (patch)
tree12a916d872132dc81d53d3e71a0dde6e3c342227
parentec8e28032b3c73da9b55852ab4e29fc8b2efcf1d (diff)
downloadutils-git-245c01d03b472118d212d97ddc1d9962399bf049.tar.gz
utils-git-245c01d03b472118d212d97ddc1d9962399bf049.tar.bz2
Remove .dotfiles from FOLDERS at mrconfig-updater as it now lives inside the apps/ project
-rwxr-xr-xmrconfig-updater3
1 files changed, 2 insertions, 1 deletions
diff --git a/mrconfig-updater b/mrconfig-updater
index 1403276..62f7349 100755
--- a/mrconfig-updater
+++ b/mrconfig-updater
@@ -13,8 +13,9 @@
#
# Configuration
+#FOLDERS="apps file code .dotfiles"
+FOLDERS="apps file code"
MRCONFIG="$HOME/.custom/mrconfig-automatic"
-FOLDERS="apps file code .dotfiles"
DEPTH="2"
CWD="`pwd`"