Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
Signed-off-by: Ali Caglayan <[email protected]>
  • Loading branch information
Alizter authored and drewdeponte committed Oct 19, 2023
1 parent 811dddb commit e117ac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ps/private/git.rs
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ pub fn create_commit(
}
},
None => {
eprintln!("Warning: Your git config gpg.format doesn't appear to be set even though commit.gpgsign is enalbed");
eprintln!("Warning: Your git config gpg.format doesn't appear to be set even though commit.gpgsign is enabled");
eprintln!("The commit has been created unsigned!");
create_unsigned_commit(
repo,
Expand Down

0 comments on commit e117ac5

Please sign in to comment.