Skip to main content

make this line more generic

ID
120f2f0
date
2023-04-30 08:22:24+00:00
author
Alex Chan <alex@alexwlchan.net>
parent
c3a8fcd
message
make this line more generic
changed files
1 file, 1 addition, 1 deletion

Changed files

aws/aws (388) → aws/aws (376)

diff --git a/aws/aws b/aws/aws
index 88052bf..469c5f0 100755
--- a/aws/aws
+++ b/aws/aws
@@ -13,4 +13,4 @@ set -o nounset
 
 _ensure_aws_credentials_are_fresh
 
-~/Library/Python/3.10/bin/aws "$@"
+python3 -m awscli "$@"