diff options
| author | bozokopic <bozo.kopic@gmail.com> | 2017-04-24 23:58:02 +0200 |
|---|---|---|
| committer | bozokopic <bozo.kopic@gmail.com> | 2017-04-24 23:58:02 +0200 |
| commit | fb72f2e8adc2c2979b8788af5f9c9902ace94eb1 (patch) | |
| tree | ef50669543f68bf61d369ead572ab6f18896951f /bin/detect | |
| parent | 690de828fc698974b80f14d2d2d9422a4964420d (diff) | |
heroku bugfix
Diffstat (limited to 'bin/detect')
| -rw-r--r-- | bin/detect | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/detect b/bin/detect new file mode 100644 index 0000000..2315487 --- /dev/null +++ b/bin/detect @@ -0,0 +1,4 @@ +#!/bin/sh + +echo "opcut build" +exit 0 |
