Skip to content

Commit

Permalink
Fixed a missing space when calling a server with append-only mode
Browse files Browse the repository at this point in the history
  • Loading branch information
tasosalvas committed May 10, 2024
1 parent d632054 commit c0fc632
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
state: '{{ item.state | d("present") }}'
accounts: [ '{{ item.name }}' ]
exclusive: True
command: 'borg serve{{ "--append-only"
command: 'borg serve{{ " --append-only"
if item.append_only | d(False)
else ""}} --restrict-to-path $HOME'
options:
Expand Down

0 comments on commit c0fc632

Please sign in to comment.