Skip to content

Commit

Permalink
(bugsbash) remove redundant %s (#54)
Browse files Browse the repository at this point in the history
* remove redundant %s

Signed-off-by: aSquare14 <[email protected]>

* Update start.go

Signed-off-by: aSquare14 <[email protected]>

* remove fmt statement

Signed-off-by: aSquare14 <[email protected]>
  • Loading branch information
asquare14 authored May 5, 2021
1 parent 718fa08 commit 4c20dd4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmd/provisioner-localpv/app/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ package app

import (
"flag"
"fmt"
"os"
"strings"

Expand All @@ -38,7 +37,7 @@ var (
// LeaderElectionKey represents ENV for disable/enable leaderElection for
// localpv provisioner
LeaderElectionKey = "LEADER_ELECTION_ENABLED"
usage = fmt.Sprintf("%s", cmdName)
usage = cmdName
)

// StartProvisioner will start a new dynamic Host Path PV provisioner
Expand Down

0 comments on commit 4c20dd4

Please sign in to comment.