Skip to content

Commit 1786717

Browse files
wevtimoteoamadeu01
andcommitted
Standardize git-pair application name
Co-authored-by: amadeu01 <amadeu01@users.noreply.github.com>
1 parent f82f6d8 commit 1786717

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

mix.exs

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ defmodule GitPair.MixFile do
33

44
def project do
55
[
6-
app: :"git-pair",
6+
app: :git_pair,
77
description: "Automatically adds Co-authored-by mark to commits when you're pairing",
88
version: "0.2.0",
99
elixir: "~> 1.10",
@@ -34,7 +34,11 @@ defmodule GitPair.MixFile do
3434
end
3535

3636
def escript do
37-
[main_module: GitPair.CLI]
37+
[
38+
main_module: GitPair.CLI,
39+
name: "git-pair",
40+
path: "git-pair"
41+
]
3842
end
3943

4044
defp package do

0 commit comments

Comments
 (0)