Skip to content

Commit 00ac13c

Browse files
committed
Fix call to generate_bash_completion.py
1 parent 217d3e3 commit 00ac13c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ynh-dev

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ function use_git()
328328
create_sym_link "/ynh-dev/yunohost/locales" "/usr/share/yunohost/locales"
329329
create_sym_link "/ynh-dev/yunohost/src" "/usr/lib/python3/dist-packages/yunohost"
330330

331-
python3 "/ynh-dev/yunohost/doc/generate_bash_completion.py"
331+
python3 "/ynh-dev/yunohost/doc/generate_bash_completion.py" -o "/ynh-dev/yunohost/doc/bash-completion.sh"
332332
create_sym_link "/ynh-dev/yunohost/doc/bash-completion.sh" "/etc/bash_completion.d/yunohost"
333333

334334
success "Now using Git repository for YunoHost"

0 commit comments

Comments
 (0)