Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Coi-l committed Mar 26, 2024
1 parent 24c3c8a commit bc444c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/shelf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ pub fn execute(_args: &ArgMatches) -> Result<()> {
};

if let Some(refname) = &sb.git_ref {
// let refname = "master"; // or a tag (v0.1.1) or a commit (8e8128)
// branch or a tag (v0.1.1) or a commit (8e8128)
let (object, reference) =
if let Ok((object, reference)) = repo.revparse_ext(refname) {
(object, reference)
Expand Down

0 comments on commit bc444c8

Please sign in to comment.