From a69b17448d0cbe5ea51415fdad576ea181960c2b Mon Sep 17 00:00:00 2001 From: Kareem Farid Date: Sun, 28 Apr 2024 20:01:41 +0300 Subject: [PATCH] Remove extra space --- .github/actions/get-bus/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/get-bus/action.yaml b/.github/actions/get-bus/action.yaml index d956b96..5f55137 100644 --- a/.github/actions/get-bus/action.yaml +++ b/.github/actions/get-bus/action.yaml @@ -16,7 +16,7 @@ runs: buses=(${{ steps.get_bus_info.outputs.result }}) for bus in "${buses[@]}" do - if [[ "$bus " == "generic" ]]; + if [[ "$bus" == "generic" ]]; then echo "WISHBONE ABP AHB" fi