Skip to content

Commit 174923d

Browse files
committed
refactor: Update ProductionSeeder to fix issue with coolify_key assignment
1 parent 68ab8dc commit 174923d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/seeders/ProductionSeeder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,8 @@ public function run(): void
114114
}
115115
} else {
116116
if ($coolify_key) {
117-
$coolify_key = Storage::disk('ssh-keys')->get($coolify_key);
118117
$user = str($coolify_key)->before('@')->after('id.');
118+
$coolify_key = Storage::disk('ssh-keys')->get($coolify_key);
119119
PrivateKey::create([
120120
'id' => 0,
121121
'team_id' => 0,

0 commit comments

Comments
 (0)