Skip to content

Commit

Permalink
fix last merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
tallguyjenks authored Jul 20, 2020
1 parent f729394 commit 81ca453
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flash
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,6 @@ add_usage_entry(){
if [ ! "$COUNTER" = 0 ]; then
# Create a New Entry
TIME_STAMP=$(date +"%Y%m%d %H:%M:%S")
REVIEWED_DECK="$(echo "$EXAMPLE_DECK" | awk -F/ '{print $7}')"
printf -v ENTRY "TimeStamp: %s Deck: %s cardsReviewed: %s" "$TIME_STAMP" "$CURRENT_DECK" "$COUNTER"
echo "$ENTRY" >> "$REVIEW_LOG"
fi
Expand Down

0 comments on commit 81ca453

Please sign in to comment.