mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 03:45:07 -06:00
pull: Don't prepend "origin/" to branch names.
This is a followup to 37a6cdbf1b.
* guix/scripts/pull.scm (%options): Don't prepend "origin/" to branch
names.
This commit is contained in:
parent
21b41a79fe
commit
60029204ee
1 changed files with 1 additions and 2 deletions
|
|
@ -125,8 +125,7 @@ Download and deploy the latest version of Guix.\n"))
|
|||
(alist-cons 'ref `(commit . ,arg) result)))
|
||||
(option '("branch") #t #f
|
||||
(lambda (opt name arg result)
|
||||
(alist-cons 'ref `(branch . ,(string-append "origin/" arg))
|
||||
result)))
|
||||
(alist-cons 'ref `(branch . ,arg) result)))
|
||||
(option '(#\p "profile") #t #f
|
||||
(lambda (opt name arg result)
|
||||
(alist-cons 'profile (canonicalize-profile arg)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue