go-godo / godo

golang build tool in the spirt of rake, gulp
MIT License
536 stars 31 forks source link

Fix bug with runonce syntax : task not found #33

Closed gfyrag closed 8 years ago

gfyrag commented 9 years ago

When using syntax "wonderfull-task?", the character "?" is well extract to setup runonce variable but the task name still remain "wonderfull-task?" in the project structure.

martinlindhe commented 8 years ago

+1, the same error happens if you follow along in the README