Skip to content

Commit c3fa2f4

Browse files
authored
Merge pull request #19 from wisererik/patch-1
Remove duplicate error judgment
2 parents 2d7fa40 + 2da6050 commit c3fa2f4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cmd/csi-provisioner/csi-provisioner.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,6 @@ func init() {
7373
if err != nil {
7474
glog.Fatalf("Failed to create client: %v", err)
7575
}
76-
if err != nil {
77-
glog.Fatalf("Failed to create client: %v", err)
78-
}
7976

8077
// The controller needs to know what the server version is because out-of-tree
8178
// provisioners aren't officially supported until 1.5

0 commit comments

Comments
 (0)