Ver código fonte

Fix aws login per fish standards

Colin Powell 6 anos atrás
pai
commit
18e28e5906
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      config/fish/functions/el8aws.fish

+ 1 - 1
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