We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca75f17 commit bcb8b92Copy full SHA for bcb8b92
2 files changed
CHANGELOG.md
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+### Fixed
11
+- fixed typo in storage.go
12
+
13
## [3.1.0] - 2025-05-15
14
15
### Added
storage/storage.go
@@ -287,7 +287,7 @@ func UpdateDiskInfo() {
287
log.Debugf("[env:%s] Updating disks", environmentName)
288
289
if err := cd.updateDiskInfo(environmentName); err != nil {
290
- log.Errorf("[env:%s] Could not retrieve disk names from cd: %v", environmentName, err)
+ log.Errorf("[env:%s] Could not retrieve disk names from client: %v", environmentName, err)
291
continue
292
}
293
0 commit comments