Skip to content

Commit

Permalink
#1906 match
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Feb 28, 2024
1 parent f598669 commit 175e46b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 4 additions & 1 deletion src/main/java/com/rultor/agents/aws/ConnectsInstance.java
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,10 @@ public final class ConnectsInstance extends AbstractAgent {
* @param shll The shell
*/
public ConnectsInstance(final PfShell shll) {
super("/talk[daemon and ec2/host and not(shell)]");
super(
"/talk[daemon and ec2 and not(shell)]",
"/talk/ec2/host"
);
this.shell = shll;
}

Expand Down
5 changes: 0 additions & 5 deletions src/main/xsl/home.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -120,11 +120,6 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
</a>
</div>
</div>
<p itemprop="creator">
<a href="https://www.0crat.com/p/C3SAYRPH9">
<img src="https://www.0crat.com/badge/C3SAYRPH9.svg" alt="Managed by Zerocracy"/>
</a>
</p>
<p>
<a href="https://www.sixnines.io/h/efd7">
<img src="https://www.sixnines.io/b/efd7?style=flat" alt="sixnines"/>
Expand Down

0 comments on commit 175e46b

Please sign in to comment.