diff options
Diffstat (limited to 'cmd/ship/logs.go')
| -rw-r--r-- | cmd/ship/logs.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/ship/logs.go b/cmd/ship/logs.go index 1932c18..4d85fe1 100644 --- a/cmd/ship/logs.go +++ b/cmd/ship/logs.go | |||
| @@ -44,7 +44,7 @@ func runLogs(cmd *cobra.Command, args []string) error { | |||
| 44 | return err | 44 | return err |
| 45 | } | 45 | } |
| 46 | 46 | ||
| 47 | if app.Type != "app" { | 47 | if app.Type != "app" && app.Type != "git-app" { |
| 48 | return fmt.Errorf("logs are only available for apps, not static sites") | 48 | return fmt.Errorf("logs are only available for apps, not static sites") |
| 49 | } | 49 | } |
| 50 | 50 | ||
