mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 12:30:41 +01:00
fix: goss.yaml
This commit is contained in:
parent
d27c89790b
commit
d34478499f
@ -38,6 +38,5 @@ command:
|
||||
semaphore:
|
||||
exit-status: 1
|
||||
stdout:
|
||||
- Cannot Find configuration! Use --config parameter to point to a JSON file generated by setup.
|
||||
- 'Hint: have you run `semaphore setup`?'
|
||||
- Cannot Find configuration! Use --config parameter to point to a JSON file generated by `semaphore setup`.
|
||||
timeout: 10000
|
||||
|
@ -178,7 +178,7 @@ func validatePort() {
|
||||
|
||||
func exitOnConfigError(err error) {
|
||||
if err != nil {
|
||||
fmt.Println("Cannot Find configuration! Use --config parameter to point to a JSON file generated by setup.\n\nHint: have you run `semaphore setup`?")
|
||||
fmt.Println("Cannot Find configuration! Use --config parameter to point to a JSON file generated by `semaphore setup`.")
|
||||
os.Exit(1)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user