diff options
-rw-r--r-- | MgaRepo/rpmutil.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MgaRepo/rpmutil.py b/MgaRepo/rpmutil.py index e9a2df9..1395133 100644 --- a/MgaRepo/rpmutil.py +++ b/MgaRepo/rpmutil.py @@ -58,7 +58,7 @@ def get_spec(pkgdirurl, targetdir=".", submit=False): #FIXME move it to another module def rev_touched_url(url, rev): - svn = detectVCS(pkgdirurl) + svn = detectVCS(url) info = svn.info2(url) if info is None: raise Error("can't fetch svn info about the URL: %s" % url) |