Skip to content

Commit

Permalink
Merge pull request #175 from ak1ra24/fix-plugin-path-variable-in-log-…
Browse files Browse the repository at this point in the history
…output

Fix plugin path variable in log output
  • Loading branch information
whywaita authored Sep 1, 2023
2 parents ed213ab + f77d826 commit e0432b0
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 e0432b0

Please sign in to comment.