install-ssh-keys: Enable -o pipefail to catch AWS errors.

This commit is contained in:
Alex Vandiver 2024-02-02 13:48:01 -05:00 committed by Tim Abbott
parent f8a9edc382
commit a0347e76cb
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#!/usr/bin/env bash
set -eu
set -euo pipefail
username="$1"
ssh_secret_name="$2"