Rename MLOps Stack to MLOps Stacks (#881)

## Changes
<!-- Summary of your changes that are easy to understand -->
Rename `mlops-stack` `bundle init` redirect to `mlops-stacks`.

## Tests
<!-- How is this tested? -->
N/A
This commit is contained in:
Arpit Jasapara 2023-10-18 01:53:01 -07:00 committed by GitHub
parent 4bf32cb666
commit 1b992c0c1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,8 @@ var gitUrlPrefixes = []string{
}
var aliasedTemplates = map[string]string{
"mlops-stack": "https://github.com/databricks/mlops-stack",
"mlops-stack": "https://github.com/databricks/mlops-stacks",
"mlops-stacks": "https://github.com/databricks/mlops-stacks",
}
func isRepoUrl(url string) bool {