Skip to content

Commit b76fbcd

Browse files
committed
Fix the env-var.
1 parent 90842d2 commit b76fbcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/services/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ var (
7474
Name: emailFlag,
7575
Usage: "the email to use for commits when creating branches",
7676
Required: false,
77-
EnvVars: []string{"COMMIT_TOKEN"},
77+
EnvVars: []string{"COMMIT_EMAIL"},
7878
},
7979
}
8080
)

0 commit comments

Comments
 (0)