Skip to content

Commit

Permalink
Don't tell the name used is CRT
Browse files Browse the repository at this point in the history
  • Loading branch information
weltling committed May 23, 2019
1 parent b8bf87b commit 06e3254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/phpsdk_deps.php
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
/* The current CRT needs to match the config one. */
$active_crt = getenv("PHP_SDK_VS");
if (Config::getCurrentCrtName() != $active_crt && !$force) {
throw new Exception("Active CRT '$active_crt' differs from the branch CRT '" . Config::getCurrentCrtName() . "'.");
throw new Exception("Active CRT name '$active_crt' differs from the branch CRT name '" . Config::getCurrentCrtName() . "'.");
}

$branch_data = Config::getCurrentBranchData();
Expand Down

0 comments on commit 06e3254

Please sign in to comment.