From 55971f7d89fe62cc1a99c1d8ec8666e81f5748ad Mon Sep 17 00:00:00 2001 From: Slawek Koszewski Date: Tue, 9 Sep 2025 21:31:48 +0200 Subject: [PATCH] Fix shebang line in build.sh for proper script execution --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index c11e3bb..00baa20 100755 --- a/build.sh +++ b/build.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!//usr/bin/env bash IMAGE_NAME="azure-image-chooser" #IMAGE="docker.io/skoszewski/$IMAGE_NAME"