Skip to content

Commit 1c71b73

Browse files
author
Oleg Sucharevich
committed
fix comment
1 parent 3af2b76 commit 1c71b73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/codefresh/runtime_enrionment.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ type (
2323
}
2424
)
2525

26-
// CreateRuntimeEnvironment - returns pipelines from API
26+
// CreateRuntimeEnvironment - create Runtime-Environment
2727
func (c *codefresh) CreateRuntimeEnvironment(opt *CreateRuntimeOptions) (*RuntimeEnvironment, error) {
2828
// r := &createRuntimeEnvironmentResponse{}
2929
re := &RuntimeEnvironment{

0 commit comments

Comments
 (0)