Skip to content

Instantly share code, notes, and snippets.

View jim-minter's full-sized avatar

Jim Minter jim-minter

  • Microsoft
  • Mexico City
View GitHub Profile
diff --git a/cmd/createorupdate/createorupdate.go b/cmd/createorupdate/createorupdate.go
index 6bd9fde6..b8ad6e50 100644
--- a/cmd/createorupdate/createorupdate.go
+++ b/cmd/createorupdate/createorupdate.go
@@ -107,7 +107,7 @@ func createOrUpdate(ctx context.Context, oc *v20180930preview.OpenShiftManagedCl
}
if oldCs != nil {
- err = p.Update(ctx, cs, azuredeploy, config)
+ err = p.Update(ctx, cs, azuredeploy)
#!/bin/bash -e
usage() {
cat <<EOF >&2
usage:
$0 get-config resourcegroup
EOF
exit 1