Skip to content

Commit

Permalink
Fix typo in startup script loading
Browse files Browse the repository at this point in the history
  • Loading branch information
jasoryeh committed Feb 10, 2021
1 parent 958b2fd commit 64facf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/StartupScripts.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ public function loadStartupScripts()
foreach ($sa['startup_scripts'] as $startup) {
$id = $startup['id'];
$this->ids[] = $id;
$this->startupScritps[$id] = $startup;
$this->startupScripts[$id] = $startup;
}
$this->total_startup_scripts = $sa['meta']['total'];
}
Expand Down

0 comments on commit 64facf1

Please sign in to comment.