Skip to content

Commit

Permalink
fix: Some typo [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
niheaven committed Aug 11, 2022
1 parent 1c030e8 commit a4ee104
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libexec/scoop-config.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@
#
# hold_update_until:
# Disable/Hold Scoop self-updates, until the specified date.
# `scoop hold scoop` will set the value to 1 day after now.
# Should be in the format 'YYYY-MM-DD', 'YYYY/MM/DD' or any string that accepted by '[System.DateTime]::Parse()'.
# `scoop hold scoop` will set the value to one day later.
# Should be in the format 'YYYY-MM-DD', 'YYYY/MM/DD' or any other forms that accepted by '[System.DateTime]::Parse()'.
# Ref: https://docs.microsoft.com/dotnet/api/system.datetime.parse?view=netframework-4.5#StringToParse
#
# ARIA2 configuration
Expand Down

0 comments on commit a4ee104

Please sign in to comment.