There was an error while loading. Please reload this page.
1 parent 924c596 commit 136120dCopy full SHA for 136120d
1 file changed
superflore/generators/nix/run.py
@@ -59,7 +59,11 @@ def main():
59
if not args.output_repository_path:
60
parser.error('Invalid args! no repository specified')
61
try:
62
- prev_overlay = NixRosOverlay(args.output_repository_path, False)
+ prev_overlay = NixRosOverlay(
63
+ args.output_repository_path,
64
+ False,
65
+ from_branch=args.upstream_branch,
66
+ )
67
msg, title = load_pr()
68
prev_overlay.pull_request(msg, title=title)
69
clean_up()
0 commit comments