Skip to content

Commit

Permalink
Merge pull request #154 from theohbrothers/test/entrypoint-simplify-t…
Browse files Browse the repository at this point in the history
…ag-parameter

Test (entrypoint): Simplify tag parameter
  • Loading branch information
joeltimothyoh authored Aug 5, 2024
2 parents f71549f + e9d3178 commit 41fad49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
param (
[Parameter(Mandatory=$false)]
[ValidateNotNullOrEmpty()]
[string]$Tag = ''
[string]$Tag
)

Set-StrictMode -Version Latest
Expand Down

0 comments on commit 41fad49

Please sign in to comment.