Skip to content

Commit

Permalink
Minor bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
SkwalExe committed Feb 18, 2022
1 parent e44c07c commit d4bf518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dtodo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ case $command in
exit 1;
else
printf "${blue}[ i ] : Marking task $taskId as done\n"
sed -i "${taskId}s/\[ \]/\[x\] /" ~/.dtodo
sed -i "${taskId}s/\[ \]/\[x\]/" ~/.dtodo
printTodo
fi

Expand Down

0 comments on commit d4bf518

Please sign in to comment.