Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
8d136c6a
Unverified
Commit
8d136c6a
authored
Jul 04, 2023
by
Steven Zhu
Browse files
Add newline at end of file to satisfy shfmt's "extra line" error
parent
4d94270c
Changes
1
Hide whitespace changes
Inline
Side-by-side
notify/aws_ses.sh
View file @
8d136c6a
...
...
@@ -25,7 +25,6 @@ aws_ses_send() {
AWS_SES_SECRET_ACCESS_KEY
=
"
${
AWS_SES_SECRET_ACCESS_KEY
:-
$(
_readaccountconf_mutable AWS_SES_SECRET_ACCESS_KEY
)
}
"
AWS_SES_REGION
=
"
${
AWS_SES_REGION
:-
$(
_readaccountconf_mutable AWS_SES_REGION
)
}
"
if
[
-z
"
$AWS_SES_ACCESS_KEY_ID
"
]
||
[
-z
"
$AWS_SES_SECRET_ACCESS_KEY
"
]
;
then
_use_container_role
||
_use_instance_role
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment