Skip to content

Commit

Permalink
fix(scoop-list): Fix format specifier for minutes in date format (#4880)
Browse files Browse the repository at this point in the history
  • Loading branch information
cskrisz committed Apr 19, 2022
1 parent f947b62 commit 7ee74a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- **shim:** Manipulating shims with UTF8 encoding ([#4791](https://github.com/ScoopInstaller/Scoop/issues/4791), [#4813](https://github.com/ScoopInstaller/Scoop/issues/4813))
- **shim:** Correctly quote $@ in sh->ps1 shims ([#4808](https://github.com/ScoopInstaller/Scoop/issues/4808))
- **installed:** If no `$global`, check both local and global installed ([#4798](https://github.com/ScoopInstaller/Scoop/issues/4798))
- **scoop-list**: Fix date in 'Updated' column showing the months in the place of minutes ([#4880](https://github.com/ScoopInstaller/Scoop/pull/4880))
- **scoop-prefix:** Fix typo that breaks global installed apps ([#4795](https://github.com/ScoopInstaller/Scoop/issues/4795))
- **update:** Skip logs starting with `(chore)` ([#4800](https://github.com/ScoopInstaller/Scoop/issues/4800))
- **scoop-download:** Add failure check ([#4822](https://github.com/ScoopInstaller/Scoop/pull/4822))
Expand Down
2 changes: 1 addition & 1 deletion supporting/formats/ScoopTypes.Format.ps1xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</TableColumnItem>
<TableColumnItem>
<PropertyName>Updated</PropertyName>
<FormatString>yyyy-MM-dd HH:MM:ss</FormatString>
<FormatString>yyyy-MM-dd HH:mm:ss</FormatString>
</TableColumnItem>
<TableColumnItem>
<PropertyName>Info</PropertyName>
Expand Down

0 comments on commit 7ee74a0

Please sign in to comment.