Skip to content

Commit 61552b7

Browse files
authored
Update Installer.php
1 parent 691201c commit 61552b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Installer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public function getInstallPath(PackageInterface $package)
2121
);
2222
}
2323

24-
return '.php/Pack/'.substr($package->getPrettyName(), 11);
24+
return '.php/Pack/'.ucfirst(substr($package->getPrettyName(), 11));
2525
}
2626

2727
/**

0 commit comments

Comments
 (0)