Use /usr/bin/env bash instead of /bin/bash in gh extension create
This commit is contained in:
parent
355d28195e
commit
b56f77b2e5
1 changed files with 1 additions and 1 deletions
|
|
@ -268,7 +268,7 @@ func (m *Manager) Create(name string) error {
|
|||
}
|
||||
|
||||
fileTmpl := heredoc.Docf(`
|
||||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
set -e
|
||||
|
||||
echo "Hello %[1]s!"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue