Commit 924c596
committed
nix: Fix --pr-only
Without this change, running "superflore-gen-nix --pr-only" fails with
this error:
!!!! Failed to file PR!
!!!! reason: Cmd('/nix/store/cjw8ydwnifad0wdlkhpsyrdm18bcmg63-git-minimal-2.47.2/bin/git') failed due to: exit code(128)
cmdline: /nix/store/cjw8ydwnifad0wdlkhpsyrdm18bcmg63-git-minimal-2.47.2/bin/git clone -v --branch=master -- https://github.com/./False False
stderr: 'Cloning into 'False'...
remote: Not Found
fatal: repository 'https://github.com/./False/' not found
'
Signed-off-by: Michal Sojka <michal.sojka@cvut.cz>1 parent 392ca5d commit 924c596
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| |||
0 commit comments