install-aws-cli: Add a shebang so it is callable directly.

This commit is contained in:
Alex Vandiver 2024-01-29 15:25:12 -05:00 committed by Tim Abbott
parent 38bf1c5d22
commit 1a84a20ca0
1 changed files with 1 additions and 1 deletions

2
puppet/zulip_ops/files/install-aws-cli Normal file → Executable file
View File

@ -1,4 +1,4 @@
# shellcheck shell=bash
#!/usr/bin/env bash
set -eu