Skip to content

Commit

Permalink
fix typo: Not a binary operator: = (#1776)
Browse files Browse the repository at this point in the history
  • Loading branch information
sh0rez authored Mar 5, 2020
1 parent 8726033 commit a9f25a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions production/ksonnet/loki/common.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

defaultPorts::
[
containerPort.new(name='http-metrics', port=containerPort=80),
containerPort.new(name='grpc', port=containerPort=9095),
containerPort.new(name='http-metrics', port=80),
containerPort.new(name='grpc', port=9095),
],
},
}

0 comments on commit a9f25a3

Please sign in to comment.