]> git.ipfire.org Git - people/jschlag/pbs.git/commitdiff
Fix typo in class name
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 10 Oct 2017 16:58:05 +0000 (17:58 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 10 Oct 2017 16:58:05 +0000 (17:58 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/scripts/pakfire-build-service

index f471a3add42d0ac7416dfc9367f239efd32bfcbb..5ee79e73a7fad0d5bbbd9eda2e14a4fc73e8d6c0 100644 (file)
@@ -36,7 +36,7 @@ class Cli(object):
                        "pull-sources" : self.backend.sources.pull,
 
                        # Remaster Repositories
-                       "remaster-repositories" : self.backend.repositories.remaster,
+                       "remaster-repositories" : self.backend.repos.remaster,
 
                        # Send bug updates to Bugzilla
                        "send-bug-updates" : self.backend.bugzilla.send_all,