You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/beachsandbox/helpers.go
+5-8Lines changed: 5 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -24,8 +24,8 @@ import (
24
24
log "github.com/sirupsen/logrus"
25
25
)
26
26
27
-
varErrNoLocalBeachConfigurationFound=errors.New("found a Flow or Neos installation but no Local Beach configuration – run \"beach init\" to create some")
28
-
varErrNoFlowFound=errors.New("could not find Flow or Neos installation in your current path - try running \"composer install\" to fix that")
27
+
varErrNoLocalBeachConfigurationFound=errors.New("could not find a Local Beach configuration – run \"beach init\" to create some")
28
+
varErrNoFlowFound=errors.New("could not find Flow or Neos installation - try running \"composer install\" to fix that")
0 commit comments