Skip to content

Commit fe09dc9

Browse files
author
Andreas Müller
committed
Merge branch 'develop'
# Conflicts: # package.json # src/gtt-edit.js
2 parents 7c33ccb + 1e80603 commit fe09dc9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"find-in-files": "^0.4.0",
4545
"hash-sum": "^1.0.2",
4646
"hashids": "^1.1.1",
47-
"inquirer": "^8.2.6",
47+
"inquirer": "^8.2.0",
4848
"markdown-pdf": "^10.0.0",
4949
"markdown-table": "^1.1.0",
5050
"moment": "^2.22.2",

src/gtt-edit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ if (!id) {
5050
return {
5151
name:
5252
` ${frame.id} ${frame.start.clone().format("MMMM Do YYYY HH:mm").green} ${
53-
frame.stop ? "to" + frame.stop.clone().format("HH:mm").green : "(running)"
53+
frame.stop ? "to " + frame.stop.clone().format("HH:mm").green : "(running)"
5454
}\t${durationText}` +
5555
`${column(frame.project, 50).magenta}${issue}${
5656
frame.note != null ? frame.note : ""

0 commit comments

Comments
 (0)