From 58c15ee5b66341dfdfbeeae66398093782a9b7c5 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Wed, 27 Feb 2019 09:00:07 +0100 Subject: [PATCH] update readme --- README.md | 2 ++ dotdrop/config.py | 4 ---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d79c75d..5aefb3d 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,8 @@ why [dotdrop](https://github.com/deadc0de6/dotdrop) rocks. * [Store sensitive dotfiles](#store-sensitive-dotfiles) * [Symlink dotfiles](#symlink-dotfiles) * [Config](#config) + * [All dotfiles for a profile](#all-dotfiles-for-a-profile) + * [Include dotfiles from another profile](#include-dotfiles-from-another-profile) * [Templating](#templating) * [Available variables](#available-variables) * [Available methods](#available-methods) diff --git a/dotdrop/config.py b/dotdrop/config.py index 9ecbf2c..b048a7b 100644 --- a/dotdrop/config.py +++ b/dotdrop/config.py @@ -255,8 +255,6 @@ class Cfg: self.log.err(msg.format(k)) msg = 'Please modify your config file to: \"trans: {}\"' self.log.err(msg.format(itstrans_r[0])) - msg = 'see https://github.com/deadc0de6/dotdrop/wiki/transformations#config-error-with-transformation-list' # noqa - self.log.err(msg) return False trans_r = self._parse_trans(itstrans_r, read=True) if not trans_r: @@ -275,8 +273,6 @@ class Cfg: self.log.err(msg.format(k)) msg = 'Please modify your config file: \"trans_write: {}\"' self.log.err(msg.format(itstrans_w[0])) - msg = 'see https://github.com/deadc0de6/dotdrop/wiki/transformations#config-error-with-transformation-list' # noqa - self.log.err(msg) return False trans_w = self._parse_trans(itstrans_w, read=False) if not trans_w: