Skip to content

Commit

Permalink
Merge pull request #112 from pdecat/patch-1
Browse files Browse the repository at this point in the history
Typo: config map => storage class
  • Loading branch information
radeksimko authored Feb 12, 2018
2 parents 4d0cee7 + 2dfc0e1 commit 44b388d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/resource_kubernetes_storage_class.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ func resourceKubernetesStorageClassDelete(d *schema.ResourceData, meta interface
return err
}

log.Printf("[INFO] Config map %s deleted", name)
log.Printf("[INFO] Storage class %s deleted", name)

d.SetId("")
return nil
Expand Down

0 comments on commit 44b388d

Please sign in to comment.