Skip to content

Commit 4f708ce

Browse files
authored
Update run-tests.sh install of bats
Appears to not need the additional parameters.
1 parent d2bce34 commit 4f708ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env bash
22

3-
apk add bats --update-cache --repository http://dl-3.alpinelinux.org/alpine/edge/community/ --allow-untrusted
3+
apk add bats
44

55
bats test.bats

0 commit comments

Comments
 (0)