diff options
Diffstat (limited to 'cmd/ship/status.go')
| -rw-r--r-- | cmd/ship/status.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/ship/status.go b/cmd/ship/status.go index 03c548b..536ec8c 100644 --- a/cmd/ship/status.go +++ b/cmd/ship/status.go | |||
| @@ -37,7 +37,7 @@ func runStatus(cmd *cobra.Command, args []string) error { | |||
| 37 | return err | 37 | return err |
| 38 | } | 38 | } |
| 39 | 39 | ||
| 40 | if app.Type != "app" { | 40 | if app.Type != "app" && app.Type != "git-app" { |
| 41 | return fmt.Errorf("status is only available for apps, not static sites") | 41 | return fmt.Errorf("status is only available for apps, not static sites") |
| 42 | } | 42 | } |
| 43 | 43 | ||
