Skip to content

Commit

Permalink
fixup: review feedback
Browse files Browse the repository at this point in the history
Signed-off-by: Lance Ball <lball@redhat.com>
  • Loading branch information
lance committed Oct 12, 2022
1 parent dc1fd5d commit bcee31e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ func deriveName(explicitName string, path string) string {

// deriveNameAndAbsolutePathFromPath returns resolved function name and absolute path
// to the function project root. The input parameter path could be one of:
// 'relative/path/to/foo', '/absolute/path/to/foo', 'foo' or ”
// 'relative/path/to/foo', '/absolute/path/to/foo', 'foo' or ”.
func deriveNameAndAbsolutePathFromPath(path string) (string, string) {
var absPath string

Expand Down
10 changes: 0 additions & 10 deletions docs/reference/func_create.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,26 +31,16 @@ DESCRIPTION
-------- --------
go cloudevents
go http
go functastic/improve
go functastic/uppercase
go knative/improve
go knative/uppercase
node cloudevents
node http
nodejs functastic/metacontroller
nodejs knative/metacontroller
python cloudevents
python http
python functastic/numpy
python knative/numpy
quarkus cloudevents
quarkus http
rust cloudevents
rust http
springboot cloudevents
springboot http
springboot functastic/uppercase
springboot knative/uppercase
typescript cloudevents
typescript http

Expand Down

0 comments on commit bcee31e

Please sign in to comment.