Fix aws login per fish standards

This commit is contained in:
Colin Powell
2018-12-07 13:29:12 -05:00
parent 4f76de55fb
commit 18e28e5906

View File

@ -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