aboutsummaryrefslogtreecommitdiffstats
path: root/RepSys/commands/changed.py
diff options
context:
space:
mode:
Diffstat (limited to 'RepSys/commands/changed.py')
-rw-r--r--RepSys/commands/changed.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/RepSys/commands/changed.py b/RepSys/commands/changed.py
index c99f3ae..d3094a8 100644
--- a/RepSys/commands/changed.py
+++ b/RepSys/commands/changed.py
@@ -25,7 +25,7 @@ def parse_options():
opts, args = parser.parse_args()
if len(args) != 1:
raise Error, "invalid arguments"
- opts.url = default_parent(args[0])
+ opts.pkgdirurl = default_parent(args[0])
opts.verbose = 1 # Unconfigurable
return opts