summary refs log tree commit diff stats
path: root/compiler/nimfix
diff options
context:
space:
mode:
authorHans Raaf <hara@oderwat.de>2015-02-20 15:05:15 +0100
committerHans Raaf <hara@oderwat.de>2015-02-20 18:31:39 +0100
commitb6cde0bab01086f0d0e840f05a2f7ea375e2d3a8 (patch)
tree0c0030e214f395ef605b2294b56164aa6be8669d /compiler/nimfix
parent95861aecf02924f84a02ee6607f1820e7f5daca4 (diff)
downloadNim-b6cde0bab01086f0d0e840f05a2f7ea375e2d3a8.tar.gz
Changed project relative path to include the right directory.
Diffstat (limited to 'compiler/nimfix')
-rw-r--r--compiler/nimfix/nimfix.nim.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/nimfix/nimfix.nim.cfg b/compiler/nimfix/nimfix.nim.cfg
index 31a41e080..533563a98 100644
--- a/compiler/nimfix/nimfix.nim.cfg
+++ b/compiler/nimfix/nimfix.nim.cfg
@@ -2,7 +2,7 @@
 # gc:markAndSweep
 
 hint[XDeclaredButNotUsed]:off
-path:"$projectPath/../.."
+path:"$projectPath/.."
 
 path:"$lib/packages/docutils"
 path:"$nim/compiler"