Merge pull request #4203 from kidonng/patch-1
Use `/usr/bin/env bash` instead of `/bin/bash` in `gh extension create`
This commit is contained in:
commit
6ec289c408
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