Skip to content

Commit 6b518ac

Browse files
committed
Merge branch 'feat/gui' of https://github.com/opeolluwa/toolbox into feat/gui
2 parents 4da5ffb + 6d7faad commit 6b518ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/workers/scripts.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ pub fn configure_scripts(_overwrite: bool) -> Result<(), FileSystemError> {
4848
.interact_text()?;
4949

5050
let scripts_path: String = Input::new()
51-
.with_prompt("Where do you want to stor your scripts")
51+
.with_prompt("Where do you want to store your scripts")
5252
.default(scripts_dir)
5353
.interact_text()?;
5454

0 commit comments

Comments
 (0)