Skip to content

Commit bd04b64

Browse files
Fix base class path
Signed-off-by: Andriy Moroz <c_andriym@mellanox.com>
1 parent f98e862 commit bd04b64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/ssdhealth_design.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ It will import device plugin `ssdutil.py` and print the output returned by diffe
8888

8989
#### Plugins design
9090
##### Class SsdBase
91-
Location: `sonic-buildimage/src/sonic-platform-common/build/lib/sonic_psu/ssd_base.py`
91+
Location: `sonic-buildimage/src/sonic-platform-common/sonic_platform_base/sonic_ssd/ssd_base.py`
9292
Generic implementation of the API. Will use specific utilities for known disks or the `systemctl` utility for others. Since not all disk models are in smartctl's database, some information can be unavailable or incomplete.
9393

9494
class SsdBase:

0 commit comments

Comments
 (0)