Skip to content

Commit 2b4014f

Browse files
author
James Bardin
committed
add () to method call
1 parent a472db4 commit 2b4014f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/commander/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ func appAssigned(app string) (bool, error) {
211211
func inspectImage(appCfg config.App) {
212212
image, err := serviceRuntime.InspectImage(appCfg.Version())
213213
if err != nil {
214-
log.Println("error inspecting image", appCfg.Version)
214+
log.Println("error inspecting image", appCfg.Version())
215215
return
216216
}
217217

0 commit comments

Comments
 (0)