diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/sub_commands/prs.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sub_commands/prs.rs b/src/sub_commands/prs.rs index beafea4..e6619fd 100644 --- a/src/sub_commands/prs.rs +++ b/src/sub_commands/prs.rs | |||
| @@ -75,7 +75,7 @@ pub fn prs( | |||
| 75 | println!( | 75 | println!( |
| 76 | "{}\n raised: {}", | 76 | "{}\n raised: {}", |
| 77 | outstanding_prs[i].content, | 77 | outstanding_prs[i].content, |
| 78 | outstanding_prs[i].created_at, //.to_human_datetime(), in v0.22 | 78 | outstanding_prs[i].created_at.to_human_datetime(), |
| 79 | ); | 79 | ); |
| 80 | 80 | ||
| 81 | let branch_id = tag_extract_value( | 81 | let branch_id = tag_extract_value( |