Skip to content

Commit

Permalink
Remove extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
kareefardi committed Apr 28, 2024
1 parent 7cc1617 commit a69b174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/get-bus/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a69b174

Please sign in to comment.