summaryrefslogtreecommitdiff
path: root/pkg/terminal/console_unix.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/terminal/console_unix.go')
-rw-r--r--pkg/terminal/console_unix.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/terminal/console_unix.go b/pkg/terminal/console_unix.go
index e6c0442c9..53290be24 100644
--- a/pkg/terminal/console_unix.go
+++ b/pkg/terminal/console_unix.go
@@ -3,7 +3,7 @@
package terminal
-// SetConsole for non-windows environments is a no-op
+// SetConsole for non-windows environments is a no-op.
func SetConsole() error {
return nil
}