We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49443aa commit c975415Copy full SHA for c975415
cmd/storeTypes.go
@@ -287,7 +287,7 @@ var generateStoreTypeTemplate = &cobra.Command{
287
func getStoreTypesInternet() (map[string]interface{}, error) {
288
//resp, err := http.Get("https://raw.githubusercontent.com/keyfactor/kfutil/main/store_types.json")
289
//resp, err := http.Get("https://raw.githubusercontent.com/keyfactor/kfctl/master/storetypes/storetypes.json")
290
- resp, rErr := http.Get("https://gitlab.com/-/snippets/2459723/raw/main/kfc-store-types.json")
+ resp, rErr := http.Get("https://raw.githubusercontent.com/Keyfactor/kfutil/main/store_types.json")
291
if rErr != nil {
292
return nil, rErr
293
}
0 commit comments