From a1972bfdc6d32ec5d50d7f44b3dee9a6bb9215bf Mon Sep 17 00:00:00 2001
From: "Fabian.Jakub" <fabian@jakub.com>
Date: Tue, 16 May 2023 13:47:04 +0200
Subject: [PATCH] fix typo

---
 examples/01_real-from-ideal.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/01_real-from-ideal.sh b/examples/01_real-from-ideal.sh
index 113c867..d9faacb 100644
--- a/examples/01_real-from-ideal.sh
+++ b/examples/01_real-from-ideal.sh
@@ -1,4 +1,4 @@
-#!/bin bash
+#!/bin/bash
 set -euo pipefail
 
 STAGE=${1:-}
-- 
GitLab