diff --git a/upm.inc.php b/upm.inc.php index c42fa1e..ebff8b5 100644 --- a/upm.inc.php +++ b/upm.inc.php @@ -49,7 +49,7 @@ task('upm_vendor_push', function($args) { $relpath = $args[0]; $commit_msg = $args[1]; - $repo = realpath("$GAME_ROOT/unity/packages/$relpath"); + $repo = realpath("$GAME_ROOT/unity/Packages/$relpath"); if(!$repo) throw new Exception("Failed to find a valid directory for '$relpath'\n");