secdevops-cuse / CyberRange

The Open-Source AWS Cyber Range
https://medium.com/aws-cyber-range
459 stars 89 forks source link

Make fails #75

Closed stephenl03 closed 4 years ago

stephenl03 commented 4 years ago

make will fail because of this line. The four spaces need to be a <tab>. If a PR is needed, I can submit one...

https://github.com/secdevops-cuse/CyberRange/blob/aa7cfe28ae9f31dbe1a4ee929637ef178224a52e/Makefile#L169

gstb989 commented 4 years ago

I ran into this as well, simple fix but I tend to forget I did that originally.

cappetta commented 4 years ago

Apologies for not engaging, for some reason I just saw this. I assump this is fixed by now as I've definitely pushed a bunch of changes since Feb.

Side note - Yes make, like YAML, is very sensitive to spaces / tabs. I've got the CICD Pipeline performing make / terraform / inspec check plus a bunch of other changes in my current PR - just working through a few more things. Closing this out.