Skip to content

Commit f5673b5

Browse files
authored
Quix-67476: Library state rename (#619)
* Rename state in library.json * Update library.json Fixing State typo
1 parent ebbbfdb commit f5673b5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docker/tailscale_subnetrouter/library.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@
7070
"PublicAccess": false,
7171
"ValidateConnection": true,
7272
"State": {
73-
"StateEnabled": true,
74-
"StateSize": 1
73+
"Enabled": true,
74+
"Size": 1
7575
}
7676
}
7777
}

python/others/jupyterlab/library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"Replicas": 1,
1818
"PublicAccess": true,
1919
"UrlPrefix": "jupyterlab",
20-
"State:": {
20+
"State": {
2121
"Enabled": true,
2222
"Size": 1
2323
},

0 commit comments

Comments
 (0)