Skip to content

Commit d89074b

Browse files
committed
Fixed error
1 parent 92135b0 commit d89074b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ Volumes listed in `iobBackup` are tagged for inclusion in ioBroker backup routin
180180
-->
181181

182182
## Changelog
183-
### 1.0.0 (2026-03-19)
183+
### **WORK IN PROGRESS**
184184
- (@GermanBluefox) Code refactoring.
185185
- (@GermanBluefox) Do not start a manager if no one container is enabled
186186

test/convert.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ describe('convert', () => {
108108
throw new Error('Label iobAutoCopyFromForce should exists');
109109
}
110110

111-
if (compose[1].environment.GF_INSTANCE !== '1') {
111+
if (compose[1].environment.GF_INSTANCE !== 1) {
112112
throw new Error('Environment GF_INSTANCE should be set');
113113
}
114114

0 commit comments

Comments
 (0)