Skip to content

Commit

Permalink
Typo: config map => storage class
Browse files Browse the repository at this point in the history
  • Loading branch information
pdecat authored Feb 9, 2018
1 parent fe29856 commit 2dfc0e1
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 2dfc0e1

Please sign in to comment.