Skip to content

Commit

Permalink
Fixed file order in jenkins.project.commands.asd
Browse files Browse the repository at this point in the history
* jenkins.project.commands.asd (system jenkins.project.commands):
  fixed order of files in resources module to avoid redefinition
  problem
  • Loading branch information
scymtym committed Mar 26, 2019
1 parent b72057e commit 001fad0
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 @@ -38,8 +38,8 @@
:pathname "src/resources"
:serial t
:components ((:file "package")
(:file "conditions")
(:file "protocol")
(:file "conditions")
(:file "resources")))

(:module "steps"
Expand Down

0 comments on commit 001fad0

Please sign in to comment.