Skip to content

Commit f424835

Browse files
committed
fix(gh): list my stars wrong sorting
1 parent 9ec598c commit f424835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

custom-completions/gh/gh-completions.nu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,5 +600,5 @@ export def "gh my stars" [] {
600600
break
601601
}
602602
}
603-
$stars | flatten | update cells --columns [starredAt] {$in| date humanize} | sort-by starredAt
603+
$stars | flatten | update cells --columns [starredAt] { $in | into datetime } | sort-by starredAt
604604
}

0 commit comments

Comments
 (0)