Skip to content

Commit 22ec5dd

Browse files
authored
Update 70checkmarketplace.yml
1 parent c3b5193 commit 22ec5dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildspec/release/70checkmarketplace.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ phases:
3636
fi
3737
- |
3838
if [ "$STAGE" != "prod" ]; then
39-
echo "checkmarketplace: Non-production stage detected. Installing beta version 1.44.0."
39+
echo "checkmarketplace: Non-production stage detected. Installing beta version "${beta_version}"."
4040
code_command="code-insiders"
4141
else
4242
code_command="code"

0 commit comments

Comments
 (0)