diff options
| author | soyoo <soyoo@aliyun.com> | 2020-12-08 15:22:30 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-08 15:22:30 +0800 |
| commit | d2bf9106708a936f2e3133df603b22918de019c0 (patch) | |
| tree | 60b38d8a970e4d8a2ca90f06334e347fe2fce523 /edgemesh | |
| parent | Merge pull request #2405 from QinglongLee/develop (diff) | |
| download | kubeedge-d2bf9106708a936f2e3133df603b22918de019c0.tar.gz | |
fix typo.
Diffstat (limited to 'edgemesh')
| -rw-r--r-- | edgemesh/pkg/plugin/plugin.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/edgemesh/pkg/plugin/plugin.go b/edgemesh/pkg/plugin/plugin.go index ee73e57e5..bacd2b81b 100644 --- a/edgemesh/pkg/plugin/plugin.go +++ b/edgemesh/pkg/plugin/plugin.go @@ -50,6 +50,6 @@ func Install() { } // init archaius if err := archaius.Init(); err != nil { - klog.Errorf("failed to init arahaius: %v", err) + klog.Errorf("failed to init archaius: %v", err) } } |
