Skip to content

Commit

Permalink
fix(lib/exec): fix type; (changelof -> changelog)
Browse files Browse the repository at this point in the history
  • Loading branch information
comfysage committed Feb 1, 2024
1 parent 5607f92 commit 61a251c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion saku-lib/exec/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pub fn pull(name: &str) -> Result<()> {
run(pull_cmd(), &util::path::repo(name))
}

pub fn changelof(name: &str) -> Result<()> {
pub fn changelog(name: &str) -> Result<()> {
run_one(log_cmd(), &util::path::repo(name))
}

Expand Down

0 comments on commit 61a251c

Please sign in to comment.