@cryptotaxi247 / kubo / commits / 24832881d

fix shebang in check_go_path

License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>

Steven Allen committed Jul 19, 2018 at 09:01 UTC 24832881dd83087e02c322b77bd9b35ba430fc79
1 file changed +1 -1
bin/check_go_path
+1 -1
@@ -1,4 +1,4 @@
1 -#!/bin/sh
1 +#!/usr/bin/env bash
2
3 set -e
4