Merge pull request #31852 from rohansood10/fix/31846-import-comment

fix: correct import comment in statuswait.go from v3 to v4
pull/31815/merge
Terry Howe 2 days ago committed by GitHub
commit d275b925c4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -14,7 +14,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
package kube // import "helm.sh/helm/v3/pkg/kube"
package kube // import "helm.sh/helm/v4/pkg/kube"
import (
"context"

Loading…
Cancel
Save