We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7168b51 commit 392962cCopy full SHA for 392962c
lib/pgpm/rpm/mock/operation.rb
@@ -68,7 +68,7 @@ def call
68
def chain(op)
69
raise ArgumentError, "can't chain non-rebuild operations" unless op.args.include?("--rebuild") && @args.include?("--rebuild")
70
71
- self.args.insert(self.args.index("--localrepo"), *op.args[op.args.index("--recurse") + 1..op.args.index("--localrepo")-1])
+ args.insert(args.index("--localrepo"), *op.args[op.args.index("--recurse") + 1..op.args.index("--localrepo") - 1])
72
self
73
end
74
0 commit comments