wakatime/wakatime-mode

Extra quotes around wakatime-cli output in waistline-client-command

may opened this issue · 1 comments

may commented

Line 148 should be

(format “%s” wakatime-cli-path)

not

“\”%s\” “

without this fix, the mode doesn’t work even if the path is right

Fixed with #65.