Skip to content

Commit

Permalink
#592 fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Yegor Bugayenko committed Sep 22, 2014
1 parent 69f2a8b commit cc3c31d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/rultor/agents/req/StartsRequest.java
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ private Map<String, String> vars(final XML req, final String type)
vars.put(
"image",
new Profile.Defaults(this.profile).text(
"/p/entry[@key='docker']/entry[@key='image']/text()",
"/p/entry[@key='docker']/entry[@key='image']",
"yegor256/rultor"
)
);
Expand Down

0 comments on commit cc3c31d

Please sign in to comment.