mirror of
https://github.com/juanfont/headscale.git
synced 2026-04-18 23:10:10 +02:00
Merge pull request #18 from cure/add-actions
Add a basic CI workflow with github actions
This commit is contained in:
@@ -50,7 +50,7 @@ func loadConfig(path string) error {
|
||||
|
||||
err := viper.ReadInConfig()
|
||||
if err != nil {
|
||||
return errors.New(fmt.Sprintf("Fatal error reading config file: %s \n", err))
|
||||
return fmt.Errorf("Fatal error reading config file: %s \n", err)
|
||||
}
|
||||
|
||||
// Collect any validation errors and return them all at once
|
||||
|
||||
Reference in New Issue
Block a user