summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--subplot/data.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/subplot/data.py b/subplot/data.py
index 0c1a4a5..8817909 100644
--- a/subplot/data.py
+++ b/subplot/data.py
@@ -39,7 +39,7 @@ def chmod_file(ctx, filename=None, mode=None):
def create_symlink(ctx, linkname=None, target=None):
- os.symlink(linkname, target)
+ os.symlink(target, linkname)
def create_manifest_of_live(ctx, dirname=None, manifest=None):