Skip to content

Commit 8a1fcfc

Browse files
committed
chore: updated install.sh
1 parent cdecd45 commit 8a1fcfc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/install.sh

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

4-
ENV="dev" # prod is another env, try taking it from github env
4+
ENV="prod" # prod is another env, try taking it from github env
55
REPO="tilesprivacy/tiles"
66
# VERSION="${TILES_VERSION:-latest}"
77
VERSION="0.3.0"

0 commit comments

Comments
 (0)