diff options
| author | Teddy Wing | 2018-01-27 18:06:50 +0100 |
|---|---|---|
| committer | Teddy Wing | 2018-01-27 18:06:50 +0100 |
| commit | 484f616ce69edd17f03f762d441b47ae20027c6c (patch) | |
| tree | ba79c7a0c70f58af3bc41e6abc51dec6a323a9e0 | |
| parent | 535aba7d41d82597471988fd847b496014c24344 (diff) | |
| download | harvester-484f616ce69edd17f03f762d441b47ae20027c6c.tar.bz2 | |
harvester(hcl_log): Call `hcl` and log time
| -rwxr-xr-x | harvester | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ function hcl_log () { time="+${time}" fi - echo "${date} @${project} ${time} ${description}" + hcl log "$date" "@${project}" "$time" "$description" } function main () { |
