Toggle navigation
Sign in
Georg GH. Hopp
/
shell_tools
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Forks
Snippets
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
66f57a381d73aaae364e4088a480abc3dfdb78ba
Authored by
Georg Hopp
2018-04-07 18:42:26 +0200
1 parent
5a966fc3
Fix list of done tasks
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
timesheet/timesheet.sh
timesheet/timesheet.sh
View file @
66f57a3
@@ -72,7 +72,7 @@ function pendinguuids() {
@@ -72,7 +72,7 @@ function pendinguuids() {
72
}
72
}
73
73
74
function doneuuids() {
74
function doneuuids() {
75
-
taskuuids +
DONE
$@
75
+
taskuuids +
COMPLETED
$@
76
}
76
}
77
77
78
function blockeduuids() {
78
function blockeduuids() {
Please
register
or
login
to post a comment