mirror of
https://github.com/redhat-developer/odo.git
synced 2025-10-19 03:06:19 +03:00
Merge pull request #43 from containscafeine/add-newline
Newline at the end of output
This commit is contained in:
@@ -56,7 +56,7 @@ var getCmd = &cobra.Command{
|
||||
if isQuiet {
|
||||
fmt.Print(app)
|
||||
} else {
|
||||
fmt.Printf("The current application is: %v", app)
|
||||
fmt.Printf("The current application is: %v\n", app)
|
||||
}
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user