Skip to content

Commit

Permalink
Update maintainer email
Browse files Browse the repository at this point in the history
  • Loading branch information
MaT1g3R committed Jun 3, 2020
1 parent e37ed5c commit 1f18026
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/scala-steward/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: scala-steward
type: application
version: 0.2.1
version: 0.2.2
appVersion: 0.5.0
description: A Helm chart for scala-steward
keywords:
Expand All @@ -13,5 +13,5 @@ sources:
- https://github.com/fthomas/scala-steward
maintainers:
- name: Garner
email: "opensource+helm+[email protected]"
email: "helm-charts@opensource.garnercorp.com"
icon: "https://raw.githubusercontent.com/fthomas/scala-steward/master/data/images/scala-steward-logo-circle-0.png"

1 comment on commit 1f18026

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

New misspellings found, please review:

  • opensource
To accept these changes, run the following commands
perl -e '
my $new_expect_file=".github/actions/spelling-data/expect.txt";
open FILE, q{<}, $new_expect_file; chomp(my @words = <FILE>); close FILE;
my @add=qw('"opensource "');
my %items; @items{@words} = @words x (1); @items{@add} = @add x (1);
@words = sort {lc($a) cmp lc($b)} keys %items;
open FILE, q{>}, $new_expect_file; for my $word (@words) { print FILE "$word\n" if $word =~ /\w/; };
close FILE;'
git add .github/actions/spelling-data || echo '... you want to ensure .github/actions/spelling-data/expect.txt is added to your repository...'

Please sign in to comment.