Skip to content

Commit

Permalink
Update status page url
Browse files Browse the repository at this point in the history
  • Loading branch information
Piccirello committed Jul 28, 2020
1 parent 08a6621 commit 13ff215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cmd/open.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ var openStatusCmd = &cobra.Command{
Short: "open the Doppler status page",
Args: cobra.NoArgs,
Run: func(cmd *cobra.Command, args []string) {
err := open.Run("https://status.doppler.com")
err := open.Run("https://www.dopplerstatus.com")
if err != nil {
utils.HandleError(err)
}
Expand Down

0 comments on commit 13ff215

Please sign in to comment.