1
0
Fork 0
mirror of synced 2024-06-02 10:54:44 +12:00

typo(env-dart): fixed wrong trypo

This commit is contained in:
Torsten Dittmann 2021-01-24 09:19:04 +01:00
parent 7e26e68a47
commit e92a5acf9a

View file

@ -91,7 +91,7 @@ $environments = [
'name' => 'Dart',
'version' => '2.10',
'base' => 'google/dart:2.10',
'image' => 'appwrite/env-deno-2.10:1.0.0',
'image' => 'appwrite/env-dart-2.10:1.0.0',
'build' => '/usr/src/code/docker/environments/dart-2.10',
'logo' => 'dart.png',
],