Skip to content

Commit

Permalink
Update Summon-operator (#117)
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekjainx86 committed Jun 14, 2022
1 parent 43fa485 commit f14ec4f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.17

require (
github.com/Ridecell/ridecell-controllers v0.0.0-20211019083602-39744a13278a
github.com/Ridecell/summon-operator v0.0.0-20220606100657-b487f3d79ac9
github.com/Ridecell/summon-operator v0.0.0-20220613100352-77a7810204d7
github.com/aws/aws-sdk-go v1.44.5
github.com/heroku/docker-registry-client v0.0.0-20190909225348-afc9e1acc3d5
github.com/inconshreveable/go-update v0.0.0-20160112193335-8152e7eb6ccf
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ github.com/PuerkitoBio/urlesc v0.0.0-20160726150825-5bd2802263f2/go.mod h1:uGdko
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578/go.mod h1:uGdkoq3SwY9Y+13GIhn11/XLaGBb4BfwItxLd5jeuXE=
github.com/Ridecell/ridecell-controllers v0.0.0-20211019083602-39744a13278a h1:yxBJsXLtO3dyiU+EbwaO1YiuJ/WaQPiOkPexJyhAWLQ=
github.com/Ridecell/ridecell-controllers v0.0.0-20211019083602-39744a13278a/go.mod h1:MMeb8F6z1VqzI42A4edJSGmFmDlcjv0toz5eaRhqBFU=
github.com/Ridecell/summon-operator v0.0.0-20220606100657-b487f3d79ac9 h1:R9gq0QVD68mhZEyb9HmFaH75xILE6OQKLs3HLWMQxRg=
github.com/Ridecell/summon-operator v0.0.0-20220606100657-b487f3d79ac9/go.mod h1:/EHXie3LCIPU3MWawaHeOUNJOBGJUw4mcvQjGlkRc2I=
github.com/Ridecell/summon-operator v0.0.0-20220613100352-77a7810204d7 h1:8W3ZeGwJdcEj+b2lN5bkAD4Xau2eU0g0g/b+r93plgQ=
github.com/Ridecell/summon-operator v0.0.0-20220613100352-77a7810204d7/go.mod h1:/EHXie3LCIPU3MWawaHeOUNJOBGJUw4mcvQjGlkRc2I=
github.com/Shopify/goreferrer v0.0.0-20181106222321-ec9c9a553398/go.mod h1:a1uqRtAwp2Xwc6WNPJEufxJ7fx3npB4UV/JOLmbu5I0=
github.com/Shopify/sarama v1.19.0/go.mod h1:FVkBWblsNy7DGZRfXLU0O9RCGt5g3g3yEuWXgklEdEo=
github.com/Shopify/toxiproxy v2.1.4+incompatible/go.mod h1:OXgGpZ6Cli1/URJOF1DMxUHB2q5Ap20/P/eIdh4G0pI=
Expand Down
2 changes: 1 addition & 1 deletion pkg/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ func init() {
func Execute() {
if err := rootCmd.Execute(); err != nil {
pterm.Error.Println(err)
pterm.Error.Println("For FAQs and Troubleshooting: https://github.com/Ridecell/ridectl/blob/master/RUNBOOK.md")
pterm.Error.Println("For FAQs and Troubleshooting: https://ridecell.quip.com/CILaAnAUnkla/Ridectl-FAQs")
os.Exit(1)
}
}
Expand Down

0 comments on commit f14ec4f

Please sign in to comment.