fix shebang in pipework
This commit is contained in:
parent
86381bfeee
commit
25d10cd3bc
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# Borrowed from https://github.com/jpetazzo/pipework
|
# Borrowed from https://github.com/jpetazzo/pipework
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue