On Sun, Jan 28, 2018 at 8:57 PM, Eric Sunshine <sunsh...@sunshineco.com> wrote:
>
> Not a big deal, but the extra indentation (and noisy diff) could be
> avoided like this:
>
>     my $environment;
>     if ($reponame) {
>         $environment = $reponame;
>     } else if (exists ...) {
>         ...as before....
>     }

Ok I will reroll with something like this and also the typo fix
suggested by Philip.

Thanks both.

Reply via email to