Skip to content

Commit

Permalink
Merge pull request juju#17462 from jack-w-shaw/fix_typo
Browse files Browse the repository at this point in the history
juju#17462

Fix typo
  • Loading branch information
jujubot authored Jun 3, 2024
2 parents 8d753a3 + ae72064 commit fb719af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/juju/application/bundle/bundle.go
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ func deprecationWarningForSeries(ctx *cmd.Context, data *charm.BundleData) {
}

if includeSeries {
ctx.Warningf("series in being deprecated in favour of bases. For more information about the transition to bases see https://discourse.charmhub.io/t/transition-from-series-to-base-in-juju-4-0/14127")
ctx.Warningf("series are being deprecated in favour of bases. For more information about the transition to bases see https://discourse.charmhub.io/t/transition-from-series-to-base-in-juju-4-0/14127")
}
}

Expand Down

0 comments on commit fb719af

Please sign in to comment.