Skip to content

Commit 039f5b0

Browse files
authored
Fix org in multiple places (#10)
Signed-off-by: Yury Tsarev <[email protected]>
1 parent f4fc237 commit 039f5b0

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# function-azresourcegraph
2-
[![CI](https://github.com/UpboundCare//function-azresourcegraph/actions/workflows/ci.yml/badge.svg)](https://github.com/UpboundCare/function-azresourcegraph/actions/workflows/ci.yml)
2+
[![CI](https://github.com/upbound/function-azresourcegraph/actions/workflows/ci.yml/badge.svg)](https://github.com/upbound/function-azresourcegraph/actions/workflows/ci.yml)
33

44
A function to query [Azure Resource Graph][azresourcegraph]
55

fn.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
"github.com/Azure/azure-sdk-for-go/sdk/azcore/to"
1111
"github.com/Azure/azure-sdk-for-go/sdk/azidentity"
1212
"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resourcegraph/armresourcegraph"
13-
"github.com/upboundcare/function-azresourcegraph/input/v1beta1"
13+
"github.com/upbound/function-azresourcegraph/input/v1beta1"
1414
"google.golang.org/protobuf/types/known/structpb"
1515

1616
"github.com/crossplane/crossplane-runtime/pkg/errors"

fn_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import (
88
"github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/resourcegraph/armresourcegraph"
99
"github.com/google/go-cmp/cmp"
1010
"github.com/google/go-cmp/cmp/cmpopts"
11-
"github.com/upboundcare/function-azresourcegraph/input/v1beta1"
11+
"github.com/upbound/function-azresourcegraph/input/v1beta1"
1212
"google.golang.org/protobuf/testing/protocmp"
1313
"google.golang.org/protobuf/types/known/durationpb"
1414

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/upboundcare/function-azresourcegraph
1+
module github.com/upbound/function-azresourcegraph
22

33
go 1.23
44

0 commit comments

Comments
 (0)