aztfmod / rovergo

The next version of Rover, the command line tool for Azure CAF Landingzones. Developed in Go
MIT License
10 stars 7 forks source link

Update cmd path to support cross platform #140

Closed HadwaAbdelhalem closed 2 years ago

HadwaAbdelhalem commented 2 years ago

Rover actions are using string concatention to build paths ("file" + "/" + folder) . this PR updated the code to use path.join to be cross os.