mirror of
https://github.com/alexpasmantier/television.git
synced 2025-07-28 13:51:41 +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 =
|
||||
render_clap_autocomplete(shell).unwrap_or_default();
|
||||
|
||||
Ok(clap_autocomplete + &script)
|
||||
Ok(script + &clap_autocomplete)
|
||||
}
|
||||
|
||||
fn render_clap_autocomplete(shell: Shell) -> Option<String> {
|
||||
|
Loading…
x
Reference in New Issue
Block a user