Skip to content

Commit

Permalink
Fix #1
Browse files Browse the repository at this point in the history
  • Loading branch information
duncanje committed Dec 16, 2013
1 parent ceb538d commit 76af6ea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
duncanje
devinsilvia - Mac OSX bugfix (#1)
2 changes: 1 addition & 1 deletion revive
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ function listAvailableTodos {
## Copies todo from done.txt back to todo.txt ##
function reviveTodo {
getTodo "$1" "$TODO_DIR/done.txt"
cleanTodo=$(echo "$todo" | sed -r 's/x [0-9]{4}-[0-9]{2}-[0-9]{2} //')
cleanTodo=$(echo "$todo" | sed -E 's/x [0-9]{4}-[0-9]{2}-[0-9]{2} //')
$TODO_FULL_SH add "$cleanTodo"

exit 0
Expand Down

0 comments on commit 76af6ea

Please sign in to comment.