aboutsummaryrefslogtreecommitdiffstats
path: root/dotfiles.py
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles.py')
-rw-r--r--dotfiles.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles.py b/dotfiles.py
index f868d5b..cf70da0 100644
--- a/dotfiles.py
+++ b/dotfiles.py
@@ -138,7 +138,7 @@ class Dotfile(object):
if verbose:
click.echo('LINK %s -> %s' % (self.name, self.target))
- self.name.mksymlinkto(self.target)
+ self.name.mksymlinkto(self.target, absolute=0)
def unlink(self, verbose=False):
if self.name.check(link=0):