mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 15:24:35 +01:00
Fix: bad detection of docker installation on fish
This commit is contained in:
@@ -49,7 +49,7 @@ class ContainerdClient {
|
||||
|
||||
factory ContainerdClient.fromJson(Map<String, dynamic> json) =>
|
||||
ContainerdClient(
|
||||
apiVersion: json["APIVersion"],
|
||||
apiVersion: json["ApiVersion"], // should be ApiVersion?
|
||||
version: json["Version"],
|
||||
goVersion: json["GoVersion"],
|
||||
gitCommit: json["GitCommit"],
|
||||
|
||||
Reference in New Issue
Block a user