Skip to content

Commit e6b456f

Browse files
committed
fix: Clarify comment for OriginalTag parameter in update-dependency script
1 parent 581daab commit e6b456f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

updater/scripts/update-dependency.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ param(
1616
[string] $GhTitlePattern = '',
1717
# Specific version - if passed, no discovery is performed and the version is set directly
1818
[string] $Tag = '',
19-
# Tag that the dependency was before update - should be only passed if $Tag is set. Necessary for PostUpdateScript.
19+
# Version that the dependency was on before the update - should be only passed if $Tag is set. Necessary for PostUpdateScript.
2020
[string] $OriginalTag = '',
2121
# Optional post-update script to run after successful dependency update
2222
# The script receives the original and new version as arguments

0 commit comments

Comments
 (0)