Skip to content

Commit

Permalink
Added missing inter-module dependency in jenkins.project.commands.asd
Browse files Browse the repository at this point in the history
* jenkins.project.commands.asd (system jenkins.project.commands):
  added missing dependency of steps module on resource module
  • Loading branch information
scymtym committed Mar 26, 2019
1 parent 001fad0 commit a414573
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jenkins.project.commands.asd
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
(:module "steps"
:pathname "src/steps"
:serial t
:depends-on ("bcrypt")
:depends-on ("bcrypt" "resources")
:components ((:file "package")

(:file "protocol")
Expand Down

0 comments on commit a414573

Please sign in to comment.