Skip to content

Commit 8598dfe

Browse files
style: add final endline
1 parent 8a2e65d commit 8598dfe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,5 @@ build:
1111

1212
.PHONY: aws-auth
1313
aws-auth: ${ensure-aws-folder}
14-
@U_ID=$(shell id -u) G_ID=$(shell id -g) docker compose -f image/docker-compose.yml run --rm aws-auth ${username} ${mfa_code}
14+
@U_ID=$(shell id -u) G_ID=$(shell id -g) docker compose -f image/docker-compose.yml run --rm aws-auth ${username} ${mfa_code}
15+

0 commit comments

Comments
 (0)