Skip to content

Commit

Permalink
File name & commit ID
Browse files Browse the repository at this point in the history
  • Loading branch information
glisom committed May 20, 2016
1 parent 0b1d092 commit 7f559ff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion task_tracking.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def tasker

def worker
fin = "p"
log = File.open("work_log.md", "w")
log = File.open("work_log_#{Time.now.strftime("%d-%m-%Y_%H:%M")}.md", "w")
puts "Welcome, we are interested in how long certain items take to finish.\n"
puts "Please be descriptive.\n"
puts "What is your name?\n"
Expand Down
6 changes: 6 additions & 0 deletions work_log_20-05-2016_12:39.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# Grant Isom - Haller
## 20/05/2016 12:39
### Side Menu
- Time for Completion: 00:00:15

### Commit ID: 380f033

0 comments on commit 7f559ff

Please sign in to comment.