This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash -e | |
usage() { | |
cat <<EOF >&2 | |
usage: | |
$0 get-config resourcegroup | |
EOF | |
exit 1 |
NewerOlder