Skip to content

Commit

Permalink
fixed typo in just file
Browse files Browse the repository at this point in the history
  • Loading branch information
barryhalper committed Oct 2, 2024
1 parent acd5b20 commit a977606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ rds-list: _ensure_aws_profile

# list available rds aurora endpoints (shown with WRITER/READER type)
aurora-list: _ensure_aws_profile
#!/usr/bin/env bash.j
#!/usr/bin/env bash
aws-vault exec $AWS_PROFILE -- aws rds describe-db-cluster-endpoints --query 'DBClusterEndpoints[*].[EndpointType,Endpoint]' --output table
echo "run 'just rds-connect <endpoint>' to connect to the rds instance"
Expand Down

0 comments on commit a977606

Please sign in to comment.