Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions neonroots-tracker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ def post_time (minutes, project, description)
timer.on :finish do

if prefix = ENV['NRTT_PREFIX']
client, project, _ = timer.project.split(':')
client, project, _ = timer.client.split(':')
next if client != prefix
else
project, _ = timer.project.split(':')
_ , project = timer.client.split(':')
end

if agree('Do you want to submit your hours to the NeonTracker now? Y/n')
Expand Down