Skip to content

Commit 3cced54

Browse files
committed
.env lint fixes
Signed-off-by: RishabhKodes <rishabhbhandari6@gmail.com>
1 parent 8f2598d commit 3cced54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hack/check-rosa-cluster-status.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ echo "Logging in to ROSA..."
4141
# Load .env file if it exists
4242
ENV_FILE="${SCRIPT_DIR}/../.env"
4343
if [ -f "${ENV_FILE}" ]; then
44+
# shellcheck source=/dev/null
4445
source "${ENV_FILE}"
4546
fi
4647

0 commit comments

Comments
 (0)