bocdaz / template-python-project

A starter project template for new python project.
0 stars 0 forks source link

Devspace.sh is not executable by default #18

Closed lucasmelin closed 2 years ago

lucasmelin commented 2 years ago

When trying to run devspace_start.sh on a new repo based off of this template, a permission error is raised. This can probably be resolved by running git update-index --chmod=+x devspace_start.sh

lucasmelin commented 2 years ago

Fixed in #19