docker-archive / deploykit

A toolkit for creating and managing declarative, self-healing infrastructure.
Apache License 2.0
2.25k stars 264 forks source link

Fix typo #907

Closed martencassel closed 5 years ago

martencassel commented 5 years ago

Fix typo: variables

GordonTheTurtle commented 5 years ago

Please sign your commits following these rules: https://github.com/moby/moby/blob/master/CONTRIBUTING.md#sign-your-work The easiest way to do this is to amend the last commit:

$ git clone -b "patch-1" git@github.com:martencassel/infrakit.git somewhere
$ cd somewhere
$ git commit --amend -s --no-edit
$ git push -f

Amending updates the existing PR. You DO NOT need to open a new one.

codecov[bot] commented 5 years ago

Codecov Report

Merging #907 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #907   +/-   ##
=======================================
  Coverage   48.42%   48.42%           
=======================================
  Files          84       84           
  Lines        7859     7859           
=======================================
  Hits         3806     3806           
  Misses       3743     3743           
  Partials      310      310

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 23c50b6...fa3586b. Read the comment docs.

thebsdbox commented 5 years ago

LGTM, thanks for the fix