mirror of
https://github.com/zrepl/zrepl.git
synced 2025-08-18 18:58:15 +02:00
WIP adopt updated yaml-config with 'fromdefaults' struct tag
This commit is contained in:
@@ -62,7 +62,7 @@ func (t *tui) addIndent(indent int) {
|
||||
t.moveLine(0, 0)
|
||||
}
|
||||
|
||||
func RunStatus(config config.Config, args []string) error {
|
||||
func RunStatus(config *config.Config, args []string) error {
|
||||
httpc, err := controlHttpClient(config.Global.Control.SockPath)
|
||||
if err != nil {
|
||||
return err
|
||||
|
Reference in New Issue
Block a user