Skip to content

Commit da89ba9

Browse files
committed
Updated make deps
1 parent 90105d8 commit da89ba9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.make/Makefile.common

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ ifndef GIT_DOMAIN
33
override GIT_DOMAIN=github.com
44
endif
55

6+
## Set if defined (alias variable for ease of use)
7+
ifdef branch
8+
override REPO_BRANCH=$(branch)
9+
export REPO_BRANCH
10+
endif
11+
612
## Do we have git available?
713
HAS_GIT := $(shell command -v git 2> /dev/null)
814

email.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ func (m *MailService) SendEmail(email *Email, provider ServiceProvider) (err err
176176
return
177177
}
178178

179-
// Send using given provider
179+
// Send via given provider
180180
if provider == AwsSes {
181181
err = sendViaAwsSes(m.awsSesService, email)
182182
} else if provider == Mandrill {

0 commit comments

Comments
 (0)