fix: fix wrong path in oh-my-bash (#478)
This commit is contained in:
@@ -155,7 +155,7 @@ pub fn run_oh_my_bash(ctx: &ExecutionContext) -> Result<()> {
|
|||||||
print_separator("oh-my-bash");
|
print_separator("oh-my-bash");
|
||||||
|
|
||||||
let mut update_script = oh_my_bash;
|
let mut update_script = oh_my_bash;
|
||||||
update_script.push_str("tools/upgrade.sh");
|
update_script.push_str("/tools/upgrade.sh");
|
||||||
|
|
||||||
ctx.run_type().execute("bash").arg(update_script).status_checked()
|
ctx.run_type().execute("bash").arg(update_script).status_checked()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user