From d837c6b8e27c7b567d13b14faff3858f737b3b77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20van=20Eeden?= Date: Wed, 3 Aug 2016 08:48:30 +0200 Subject: [PATCH] Set executable bits on build.sh --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- build.sh | 0 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 build.sh diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 4bce78c..642c2ee 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -17,4 +17,4 @@ This PR [briefly explain what is does] - [ ] contributed code is using same conventions as original code - [ ] code is formatted via `gofmt` (please avoid `goimports`) -- [ ] code is built via `bash build.sh` +- [ ] code is built via `./build.sh` diff --git a/build.sh b/build.sh old mode 100644 new mode 100755