Skip to content

Commit f9dc3c7

Browse files
committed
Run the right restic version command
1 parent 62be0b7 commit f9dc3c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
bzip2 -d tools/restic/restic.bz2
2222
chmod +x tools/restic/restic
2323
echo "$GITHUB_WORKSPACE/tools/restic" >> "$GITHUB_PATH"
24-
- run: restic --version
24+
- run: restic version
2525

2626
- uses: actions/setup-go@v3
2727
with:

0 commit comments

Comments
 (0)