Skip to content

Commit

Permalink
chore: minor refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
abiosoft authored Nov 23, 2024
1 parent e2d55e2 commit 0491f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ type App interface {
Stop(force bool) error
Delete() error
SSH(args ...string) error
Status(extended bool, jsonOutput bool) error
Status(extended bool, json bool) error
Version() error
Runtime() (string, error)
Update() error
Expand Down

0 comments on commit 0491f8f

Please sign in to comment.