summaryrefslogtreecommitdiff
path: root/roles/ws
diff options
context:
space:
mode:
Diffstat (limited to 'roles/ws')
-rw-r--r--roles/ws/flatpak/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/ws/flatpak/tasks/main.yml b/roles/ws/flatpak/tasks/main.yml
index e88be377..904d4cca 100644
--- a/roles/ws/flatpak/tasks/main.yml
+++ b/roles/ws/flatpak/tasks/main.yml
@@ -29,6 +29,6 @@
copy:
content: |
#!/bin/sh
- exec flatpak run{% if 'command' in item %} "--command={{ item.command }}"{% endif %} "{{ item.app }}"
+ exec flatpak run{% if 'command' in item %} "--command={{ item.command }}"{% endif %} "{{ item.app }}" "$@"
dest: "/usr/local/bin/{{ item.name }}"
mode: 0755