Skip to content

Commit 42d735e

Browse files
authored
Merge pull request github-changelog-generator#706 from github-changelog-generator/fix/typo-in-git-subcommand
Use a complete shebang line in git subcommand
2 parents 6f86a28 + 845e129 commit 42d735e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/git-generate-changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /usr/bin/env ruby
1+
#!/usr/bin/env ruby
22
# frozen_string_literal: true
33

44
require_relative "../lib/github_changelog_generator"

0 commit comments

Comments
 (0)