mirror of
https://github.com/zrepl/zrepl.git
synced 2024-11-22 16:34:32 +01:00
9 lines
208 B
Go
9 lines
208 B
Go
package client
|
|
|
|
import "github.com/zrepl/zrepl/config"
|
|
|
|
func RunConfigcheck(conf *config.Config, args []string) error {
|
|
// TODO: do the 'build' steps, e.g. build the jobs and see if that fails
|
|
return nil
|
|
}
|