Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Commit

Permalink
Update configure-microk8s-windows.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
ashish-aesthisia authored Dec 20, 2023
1 parent 31330d1 commit fe2f32f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/scripts/configure-microk8s-windows.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ if ([string]::IsNullOrEmpty($ASSETS_FOLDER) -or
[string]::IsNullOrEmpty($OPS_FOLDER) -or
[string]::IsNullOrEmpty($PASSWORD) -or
[string]::IsNullOrEmpty($ENABLE_RIPPLE_STACK) -or
[string]::IsNullOrEmpty($RUN_IN_DEVELOPMENT)) -or {
[string]::IsNullOrEmpty($RUN_IN_DEVELOPMENT)) {
throw "Missing arguments"
exit 1
}
Expand Down

0 comments on commit fe2f32f

Please sign in to comment.