🐛 Fix apm shell script reference in Windows

fixes #13874
This commit is contained in:
Jared M. Smith
2017-02-23 15:09:35 -06:00
parent 89fe821930
commit 0be25d818a

View File

@@ -1,3 +1,3 @@
#!/bin/sh
"$(dirname "$0")/../app/apm/apm.sh" "$@"
"$(dirname "$0")/../app/apm/bin/apm" "$@"