From 18e28e59067f8e43d1cb2784ea3a29245728606b Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Fri, 7 Dec 2018 13:29:12 -0500 Subject: [PATCH] Fix aws login per fish standards --- config/fish/functions/el8aws.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/fish/functions/el8aws.fish b/config/fish/functions/el8aws.fish index 6c233d4..8d2254d 100644 --- a/config/fish/functions/el8aws.fish +++ b/config/fish/functions/el8aws.fish @@ -1,3 +1,3 @@ function el8aws - eval $(aws ecr get-login --no-include-email --region us-west-1) + aws ecr get-login --no-include-email --region us-west-1 | source end