chore(scripts): use bash found in path in shebang (#950)

This commit is contained in:
Ruben Hönle 2025-08-15 11:31:39 +02:00 committed by GitHub
parent 64d4597e2e
commit 2558c02584
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# Pre-requisites: tfplugindocs
set -eo pipefail