Merge pull request #13875 from absynce/master

🐛 Fix apm shell script reference in Windows
This commit is contained in:
Wliu
2017-02-23 18:22:36 -05:00
committed by GitHub

View File

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