Skip to content

Commit 891fd13

Browse files
committed
Fix docker image name
1 parent f8a1a17 commit 891fd13

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

database/seeds/SourceServiceTableSeeder.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ private function addCoreOptions()
9090
], [
9191
'name' => 'Insurgency',
9292
'description' => 'Take to the streets for intense close quarters combat, where a team\'s survival depends upon securing crucial strongholds and destroying enemy supply in this multiplayer and cooperative Source Engine based experience.',
93-
'docker_image' => 'quay.io/pterodacty/core:source',
93+
'docker_image' => 'quay.io/pterodactyl/core:source',
9494
'config_startup' => null,
9595
'config_files' => null,
9696
'config_logs' => null,
@@ -105,7 +105,7 @@ private function addCoreOptions()
105105
], [
106106
'name' => 'Team Fortress 2',
107107
'description' => 'Team Fortress 2 is a team-based first-person shooter multiplayer video game developed and published by Valve Corporation. It is the sequel to the 1996 mod Team Fortress for Quake and its 1999 remake.',
108-
'docker_image' => 'quay.io/pterodacty/core:source',
108+
'docker_image' => 'quay.io/pterodactyl/core:source',
109109
'config_startup' => null,
110110
'config_files' => null,
111111
'config_logs' => null,
@@ -120,7 +120,7 @@ private function addCoreOptions()
120120
], [
121121
'name' => 'Ark: Survival Evolved',
122122
'description' => 'As a man or woman stranded, naked, freezing, and starving on the unforgiving shores of a mysterious island called ARK, use your skill and cunning to kill or tame and ride the plethora of leviathan dinosaurs and other primeval creatures roaming the land. Hunt, harvest resources, craft items, grow crops, research technologies, and build shelters to withstand the elements and store valuables, all while teaming up with (or preying upon) hundreds of other players to survive, dominate... and escape! — Gamepedia: ARK',
123-
'docker_image' => 'quay.io/pterodacty/core:source',
123+
'docker_image' => 'quay.io/pterodactyl/core:source',
124124
'config_startup' => '{"done": "Setting breakpad minidump AppID"}',
125125
'config_files' => null,
126126
'config_logs' => null,

0 commit comments

Comments
 (0)