We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b09975 + 0078680 commit 547933dCopy full SHA for 547933d
commands/ctftime.go
@@ -110,7 +110,7 @@ func CtfTime(args []string) {
110
} else if finished {
111
fmt.Printf(theme.ColorGray+"time since finish: "+theme.ColorReset+"%v\n", finishTime.Sub(now))
112
} else {
113
- fmt.Printf(theme.ColorGray+"time to start: "+theme.ColorReset+"%v\n", now.Sub(startTime))
+ fmt.Printf(theme.ColorGray+"time to start: "+theme.ColorReset+"%v\n", startTime.Sub(now))
114
fmt.Printf(theme.ColorGray+"time to finish: "+theme.ColorReset+"%v\n", finishTime.Sub(now))
115
}
116
0 commit comments