Skip to content

Commit 7df3191

Browse files
github-actions[bot]gitbot
andauthored
skip_changelog: remove quotes in version var (#8)
Signed-off-by: gitbot <[email protected]> Co-authored-by: gitbot <[email protected]>
1 parent ef5f549 commit 7df3191

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/litestream/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
litestream_version: "0.3.13"
2+
litestream_version: 0.3.13
33
litestream_binary_local_dir: ""
44
litestream_binary_url: https://github.com/{{ _litestream_repo }}/releases/download/v{{ litestream_version }}/litestream-v{{ litestream_version }}-linux-{{ go_arch }}.tar.gz
55
litestream_skip_install: false

0 commit comments

Comments
 (0)