Skip to content

Commit

Permalink
Merge pull request #385 from mfechner/mfechner-patch-1
Browse files Browse the repository at this point in the history
Fixed shebang of bash
  • Loading branch information
HarlemSquirrel authored Jan 24, 2021
2 parents 92bbb8a + 676d430 commit e195eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/changelog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Usage: script/changelog [-r <repo>] [-b <base>] [-h <head>]
#
# repo: BASE string of GitHub REPOsitory url. e.g. "user_or_org/REPOsitory". Defaults to git remote url.
Expand Down

0 comments on commit e195eeb

Please sign in to comment.