Skip to content

Commit bcb8b92

Browse files
committed
fix: typo in storage.go
1 parent ca75f17 commit bcb8b92

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Fixed
11+
- fixed typo in storage.go
12+
1013
## [3.1.0] - 2025-05-15
1114

1215
### Added

storage/storage.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ func UpdateDiskInfo() {
287287
log.Debugf("[env:%s] Updating disks", environmentName)
288288

289289
if err := cd.updateDiskInfo(environmentName); err != nil {
290-
log.Errorf("[env:%s] Could not retrieve disk names from cd: %v", environmentName, err)
290+
log.Errorf("[env:%s] Could not retrieve disk names from client: %v", environmentName, err)
291291
continue
292292
}
293293

0 commit comments

Comments
 (0)