InsightSoftwareConsortium / ITKRemoteModuleBuildTestPackageAction

A composite GitHub Action to build, test, and package, ITK remote modules
Apache License 2.0
3 stars 5 forks source link

BUG: Add missing space before closing bracket in if statements #65

Closed SimonRit closed 1 year ago

SimonRit commented 1 year ago

The error message on the GitHub actions log was [: missing `]'

tbirdso commented 1 year ago

👍

dzenanz commented 1 year ago

I merged this yesterday without waiting for further approvals because I wanted to have it for https://github.com/KitwareMedical/ITKUltrasound/pull/232.

tbirdso commented 1 year ago

I merged this yesterday without waiting for further approvals because I wanted to have it for https://github.com/KitwareMedical/ITKUltrasound/pull/232.

Yes no problem, I agree with this decision. The fix here is minor.