-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
When executing changelogPush on missing origin I got NullPointerException instead of Expected ref refs/remotes/origin/main
Lines 65 to 66 in 52fd295
| Ref remoteRef = repository.getRefDatabase().exactRef(Constants.R_REMOTES + cfg.remote + "/" + cfg.branch); | |
| Objects.requireNonNull(ref, "Expected ref " + Constants.R_REMOTES + cfg.remote + "/" + cfg.branch); |
I guess line 66 above should be Objects.requireNonNull(remoteRef,...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working