Fix build script once more
This commit is contained in:
parent
69b7961434
commit
a0cdc53644
1 changed files with 2 additions and 2 deletions
|
@ -76,8 +76,8 @@ fn main() {
|
||||||
let outdir = std::env::var("OUT_DIR").unwrap();
|
let outdir = std::env::var("OUT_DIR").unwrap();
|
||||||
|
|
||||||
// Actually generates the completion files
|
// Actually generates the completion files
|
||||||
app.gen_completions("imag", Shell::Bash, outdir);
|
app.gen_completions("imag", Shell::Bash, outdir.clone());
|
||||||
app.gen_completions("imag", Shell::Fish, outdir);
|
app.gen_completions("imag", Shell::Fish, outdir.clone());
|
||||||
app.gen_completions("imag", Shell::Zsh, outdir);
|
app.gen_completions("imag", Shell::Zsh, outdir);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue