Skip to content

Commit c975415

Browse files
authored
fix(store-types): Ref JSON to this repo.
1 parent 49443aa commit c975415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/storeTypes.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ var generateStoreTypeTemplate = &cobra.Command{
287287
func getStoreTypesInternet() (map[string]interface{}, error) {
288288
//resp, err := http.Get("https://raw.githubusercontent.com/keyfactor/kfutil/main/store_types.json")
289289
//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")
290+
resp, rErr := http.Get("https://raw.githubusercontent.com/Keyfactor/kfutil/main/store_types.json")
291291
if rErr != nil {
292292
return nil, rErr
293293
}

0 commit comments

Comments
 (0)