Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#239 from aveshagarwal/master-fix-gen
Browse files Browse the repository at this point in the history
Fix email address in docker files.
  • Loading branch information
(Brien Dieterle) committed Feb 12, 2020
2 parents 885ae79 + f3855f3 commit 0a69383
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN make

FROM scratch

MAINTAINER Avesh Agarwal <avagarwa@redhat.com>
MAINTAINER Avesh Agarwal <avesh.ncsu@gmail.com>

COPY --from=0 /go/src/sigs.k8s.io/descheduler/_output/bin/descheduler /bin/descheduler

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.
FROM scratch

MAINTAINER Avesh Agarwal <avagarwa@redhat.com>
MAINTAINER Avesh Agarwal <avesh.ncsu@gmail.com>

COPY _output/bin/descheduler /bin/descheduler

Expand Down

0 comments on commit 0a69383

Please sign in to comment.