Skip to content

Commit

Permalink
Fix plugin path variable in log output
Browse files Browse the repository at this point in the history
  • Loading branch information
ak1ra24 committed Sep 1, 2023
1 parent 2e1b8d8 commit f77d826
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/config/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ func Load() {
log.Panicf("failed to check plugin binary: %+v", err)
}
c.ShoesPluginPath = absPath
log.Printf("use plugin path is %s\n", Config.ShoesPluginPath)
log.Printf("use plugin path is %s\n", c.ShoesPluginPath)

Config = c
}
Expand Down

0 comments on commit f77d826

Please sign in to comment.