Skip to content

Commit 2c15af7

Browse files
committed
fix typo
1 parent ffaeafc commit 2c15af7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/core/src/commands/lock.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ pub fn lock_all_files<P: ProgressBars, S>(
181181
) -> RusticResult<()> {
182182
let p = &repo
183183
.pb
184-
.progress_spinner(format!("losting {file_type:?} files.."));
184+
.progress_spinner(format!("listing {file_type:?} files.."));
185185
let ids: Vec<_> = repo.list(file_type)?.collect();
186186
p.finish();
187187
lock_files(repo, file_type, &ids, until)

0 commit comments

Comments
 (0)