Skip to content

Commit 40639ba

Browse files
authored
Update docker-setup.sh to allow the absence of a 8.future snapshot. (#68)
1 parent 670ab81 commit 40639ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ pull_docker_snapshot() {
1313
echo "docker pull successful"
1414
else
1515
case $stack_version_alias in
16-
"8.previous"|"8.current"|"8.next")
16+
"8.previous"|"8.current"|"8.next"|"8.future")
1717
exit 1
1818
;;
1919
*)

0 commit comments

Comments
 (0)