Skip to content

Commit

Permalink
minor fix for style
Browse files Browse the repository at this point in the history
  • Loading branch information
kaibocai committed Nov 29, 2023
1 parent 4c800bb commit e3cb946
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion endtoendtests/e2e-test-setup.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
param(
[Parameter(Mandatory=$true)]
[string]$DockerfilePath,
[string]$ImageName="dfapp",
[string]$ImageName="dfapp",
[string]$ContainerName="app",
[switch]$NoSetup=$false,
[switch]$NoValidation=$false,
Expand Down
2 changes: 1 addition & 1 deletion samples-azure-functions/e2e-test-setup.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
param(
[Parameter(Mandatory=$true)]
[string]$DockerfilePath,
[string]$ImageName="dfapp",
[string]$ImageName="dfapp",
[string]$ContainerName="app",
[switch]$NoSetup=$false,
[switch]$NoValidation=$false,
Expand Down

0 comments on commit e3cb946

Please sign in to comment.