Skip to content

Commit

Permalink
sync namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
weltling committed May 20, 2017
1 parent 078554f commit 59c082a
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 @@ -187,7 +187,7 @@
echo "\nConfiguration: " . Config::getCurrentBranchName() . "-$branch_data[crt]-$branch_data[arch]-$branch_data[stability]\n\n";

/* Let the dep manager to run the command. */
$dm = new SDK\Dependency\Manager(Config::getDepsLocalPath(), $branch_data["stability"], $branch_data["arch"]);
$dm = new SDK\Build\Dependency\Manager(Config::getDepsLocalPath(), $branch_data["stability"], $branch_data["arch"]);
switch ($cmd) {
default:
throw new Exception("Unknown command '$cmd'");
Expand Down

0 comments on commit 59c082a

Please sign in to comment.