Skip to content

Commit

Permalink
fix: update import for errors sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
wtrocki authored Jan 31, 2022
1 parent ba54225 commit 7f514b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion registrymgmt/apiv1/error/error_sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package error
import (
"errors"

registrymgmtclient "github.com/redhat-developer/app-services-sdk-go/connectormgmt/apiv1/client"
registrymgmtclient "github.com/redhat-developer/app-services-sdk-go/registrymgmt/apiv1/client"
)

// GetAPIError gets a strongly typed error from an error
Expand Down

0 comments on commit 7f514b6

Please sign in to comment.