Skip to content

Commit 54bf53c

Browse files
committed
config: Remove ineffective assignment
1 parent e1c3ef2 commit 54bf53c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

config.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,6 @@ func localAuthRequired() bool {
6969

7070
func setupAliases() {
7171
if *aliasFile != "" {
72-
aliases := make(AliasMap)
7372
aliases, err := AliasLoadFile(*aliasFile)
7473
if err != nil {
7574
log.Fatal().

0 commit comments

Comments
 (0)