summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--yoyo/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yoyo/config.py b/yoyo/config.py
index f646b3c..beb9b4b 100644
--- a/yoyo/config.py
+++ b/yoyo/config.py
@@ -24,7 +24,7 @@ CONFIG_NEW_MIGRATION_COMMAND_KEY = 'post_create_command'
def get_interpolation_defaults(path):
- return {'here': os.path.dirname(path)}
+ return {'here': os.path.dirname(os.path.abspath(path))}
def get_configparser(**defaults):