mirror of
https://github.com/zhigang1992/probot.git
synced 2026-06-15 18:37:42 +08:00
`./script/bootstrap` was failing on linux ``` ./script/bootstrap: 8: ./script/bootstrap: [[: not found ``` Fixed by using POSIX compliant `[` instead of `[[`