Skip to content

Commit 828cda6

Browse files
committed
use proper deb profile
1 parent 8d77727 commit 828cda6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/release-docker.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ case "${DEB_CODENAME##*=}" in
5757
esac
5858
IMAGE="--build-arg image=${IMAGE}"
5959

60-
# Determina profile for mina name. To preserve backward compatibility devnet profile is default.
60+
# Determina profile for mina name. To preserve backward compatibility standard profile is default.
6161
case "${DEB_PROFILE}" in
62-
devnet)
62+
standard)
6363
DEB_PROFILE=""
6464
;;
6565
*)

0 commit comments

Comments
 (0)