diff options
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/hakurei/print.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/hakurei/print.go b/cmd/hakurei/print.go index 15f71a6b..27abc269 100644 --- a/cmd/hakurei/print.go +++ b/cmd/hakurei/print.go @@ -168,7 +168,7 @@ func printShowInstance( } // printPs writes a representation of active instances to output. -func printPs(output io.Writer, now time.Time, s store.Store, short, flagJSON bool) { +func printPs(output io.Writer, now time.Time, s store.Compat, short, flagJSON bool) { var entries map[hst.ID]*hst.State if e, err := store.Join(s); err != nil { log.Fatalf("cannot join store: %v", err) |
