diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2018-01-10 10:47:39 -0200 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2018-01-10 10:47:39 -0200 |
commit | 245c01d03b472118d212d97ddc1d9962399bf049 (patch) | |
tree | 12a916d872132dc81d53d3e71a0dde6e3c342227 | |
parent | ec8e28032b3c73da9b55852ab4e29fc8b2efcf1d (diff) | |
download | utils-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-x | mrconfig-updater | 3 |
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`" |