From 77ad68b04b66feb47116999cf79892f6630d9601 Mon Sep 17 00:00:00 2001 From: lawrencebenson Date: Thu, 3 Mar 2016 10:43:33 +0100 Subject: [PATCH] Fix encoding error in source file example --- thefuck/rules/ln_no_hard_link.py | 1 + 1 file changed, 1 insertion(+) diff --git a/thefuck/rules/ln_no_hard_link.py b/thefuck/rules/ln_no_hard_link.py index 4df512ef..3aca042b 100644 --- a/thefuck/rules/ln_no_hard_link.py +++ b/thefuck/rules/ln_no_hard_link.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- """Suggest creating symbolic link if hard link is not allowed. Example: