Skip to content
This repository has been archived by the owner on Jun 25, 2023. It is now read-only.

Dock items need to be wrapped in single quote marks #2

Open
paultibbetts opened this issue Mar 19, 2018 · 0 comments
Open

Dock items need to be wrapped in single quote marks #2

paultibbetts opened this issue Mar 19, 2018 · 0 comments
Labels
bug Something isn't working

Comments

@paultibbetts
Copy link
Owner

paultibbetts commented Mar 19, 2018

- shell: "dockutil --find {{ item.name }} || dockutil --add {{ item.path }} --replacing {{ item.name }}"
+ shell: "dockutil --find '{{ item.name }}' || dockutil --add '{{ item.path }}' --replacing '{{ item.name }}'"

- shell: "dockutil --move {{ item.name }} --position {{ item.pos }}"
+ shell: "dockutil --move '{{ item.name }}' --position {{ item.pos }}"
@paultibbetts paultibbetts added the bug Something isn't working label Mar 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant