Skip to content

Commit

Permalink
🐛 Use full path to bash in shebang
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Dec 6, 2022
1 parent 57e7d53 commit c879b84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion twine-upload.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#! /usr/bin/env bash
#! /bin/bash

set -Eeuo pipefail


Expand Down

0 comments on commit c879b84

Please sign in to comment.