Skip to content

Commit

Permalink
kubeless: fix brew style
Browse files Browse the repository at this point in the history
Needed for Homebrew/brew#9408.
  • Loading branch information
MikeMcQuaid committed Dec 16, 2020
1 parent 721cd1c commit 5cac652
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/kubeless.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def install
loop do
socket = server.accept
request = socket.gets
request_path = request.split(" ")[1]
request_path = request.split[1]
response = case request_path
when "/api/v1/namespaces/kubeless/configmaps/kubeless-config"
'{
Expand Down

0 comments on commit 5cac652

Please sign in to comment.