Fix directive
This commit is contained in:
parent
798413848b
commit
570a407bac
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ func Ports() error {
|
|||
|
||||
devContainerResult := <-devContainerCh
|
||||
if devContainerResult.Err != nil {
|
||||
fmt.Println("Failed to get port names: %v", devContainerResult.Err.Error())
|
||||
fmt.Printf("Failed to get port names: %v\n", devContainerResult.Err.Error())
|
||||
}
|
||||
|
||||
table := tablewriter.NewWriter(os.Stdout)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue