chore: Refactor code to improve SSH key handling and storage
This commit is contained in:
@@ -19,7 +19,6 @@ class PopulateSshKeysDirectorySeeder extends Seeder
|
||||
|
||||
PrivateKey::chunk(100, function ($keys) {
|
||||
foreach ($keys as $key) {
|
||||
echo 'Storing key: '.$key->name."\n";
|
||||
$key->storeInFileSystem();
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user