mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 20:35:24 +01:00
fix: goss.yaml
This commit is contained in:
parent
ee625eb93f
commit
d27c89790b
@ -38,7 +38,6 @@ 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 setup.
|
||||
- 'Hint: have you run `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\n Hint: have you run `semaphore setup` ?")
|
||||
fmt.Println("Cannot Find configuration! Use --config parameter to point to a JSON file generated by setup.\n\nHint: have you run `semaphore setup`?")
|
||||
os.Exit(1)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user