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

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

@paultibbetts

Description

@paultibbetts
- 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 }}"

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions