Skip to content
This repository was archived by the owner on Jan 31, 2023. It is now read-only.

Commit 06e3254

Browse files
committed
Don't tell the name used is CRT
1 parent b8bf87b commit 06e3254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/phpsdk_deps.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
/* The current CRT needs to match the config one. */
129129
$active_crt = getenv("PHP_SDK_VS");
130130
if (Config::getCurrentCrtName() != $active_crt && !$force) {
131-
throw new Exception("Active CRT '$active_crt' differs from the branch CRT '" . Config::getCurrentCrtName() . "'.");
131+
throw new Exception("Active CRT name '$active_crt' differs from the branch CRT name '" . Config::getCurrentCrtName() . "'.");
132132
}
133133

134134
$branch_data = Config::getCurrentBranchData();

0 commit comments

Comments
 (0)