mirror of
https://github.com/alexpasmantier/television.git
synced 2025-07-29 06:11:37 +00:00
fix: reverse order to try to fix tests
This commit is contained in:
parent
6498bc88b1
commit
34d556f3f7
@ -189,7 +189,7 @@ pub fn render_autocomplete_script_template(
|
|||||||
let clap_autocomplete =
|
let clap_autocomplete =
|
||||||
render_clap_autocomplete(shell).unwrap_or_default();
|
render_clap_autocomplete(shell).unwrap_or_default();
|
||||||
|
|
||||||
Ok(clap_autocomplete + &script)
|
Ok(script + &clap_autocomplete)
|
||||||
}
|
}
|
||||||
|
|
||||||
fn render_clap_autocomplete(shell: Shell) -> Option<String> {
|
fn render_clap_autocomplete(shell: Shell) -> Option<String> {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user