summaryrefslogtreecommitdiffstats
path: root/cmd/ship/restart.go
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/ship/restart.go')
-rw-r--r--cmd/ship/restart.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/ship/restart.go b/cmd/ship/restart.go
index 2c74c62..404624a 100644
--- a/cmd/ship/restart.go
+++ b/cmd/ship/restart.go
@@ -37,7 +37,7 @@ func runRestart(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("restart is only available for apps, not static sites") 41 return fmt.Errorf("restart is only available for apps, not static sites")
42 } 42 }
43 43