committed by
GitHub
parent
6d130f07cb
commit
f06230482e
@@ -84,7 +84,7 @@ pub fn run_bashit(ctx: &ExecutionContext) -> Result<()> {
|
|||||||
|
|
||||||
ctx.run_type()
|
ctx.run_type()
|
||||||
.execute("bash")
|
.execute("bash")
|
||||||
.args(&["-lc", &format!("bash-it update {}", ctx.config().bashit_branch())])
|
.args(&["-lic", &format!("bash-it update {}", ctx.config().bashit_branch())])
|
||||||
.check_run()
|
.check_run()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user