fix(flop) read: time raw

This commit is contained in:
coderaiser 2014-06-20 09:55:30 -04:00
parent 2605aefe06
commit 20f2bff9b5

View file

@ -45,7 +45,7 @@
break;
case 'time raw':
time.get(path, callback);
time.get(path, 'raw', callback);
break;
default: