Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix taskwarrior hook when tags are numeric values
When tags are numeric (ex: `3148`) the hook fails, because timewarrior treats it as a time value. The above change prepends `#` to all numeric tags, so that timewarrior will be triggered by taskwarrior correctly when using numeric only tags (for example: issue ids automatically fetched with bugwarrior).
- Loading branch information