Skip to content

Commit

Permalink
Merge pull request #218 from stepchowfun/env-bash
Browse files Browse the repository at this point in the history
In the release script, don't assume the location of Bash
  • Loading branch information
stepchowfun authored May 27, 2019
2 parents 56a88ef + 21635ad commit c6ac0ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -euo pipefail

# This script generates release artifacts in a directory called `release`. It should be run from a
Expand Down

0 comments on commit c6ac0ea

Please sign in to comment.