Skip to content

Commit 69fadaf

Browse files
authored
Fix typo for our own package
1 parent b361245 commit 69fadaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/agent/Agent.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ export class Agent {
484484

485485
// When our library is required, we are not intercepting `require` calls yet
486486
// We need to add our library to the list of packages manually
487-
this.onPackageRequired("@aikido/firewall", getAgentVersion());
487+
this.onPackageRequired("@aikidosec/firewall", getAgentVersion());
488488

489489
wrapInstalledPackages(wrappers, this.serverless);
490490

0 commit comments

Comments
 (0)