mirror of
https://github.com/nix-community/nixpkgs-update.git
synced 2024-11-25 09:34:13 +03:00
use correct branch name when deleting
This commit is contained in:
parent
8fb9b8c3ed
commit
c78b63b443
@ -734,5 +734,5 @@ withWorktree branch attrpath updateEnv action = do
|
||||
pure path)
|
||||
(\ path -> do
|
||||
Git.worktreeRemove path
|
||||
Git.delete1 branch)
|
||||
Git.delete1 (branchName updateEnv))
|
||||
(\ path -> withCurrentDirectory path action)
|
||||
|
Loading…
Reference in New Issue
Block a user