Skip to content

Commit 0fdfdff

Browse files
committed
Added dot
1 parent 4a70df8 commit 0fdfdff

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dist/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6223,15 +6223,15 @@ function createMetaJson(root) {
62236223
cd ` +
62246224
root +
62256225
`
6226-
xmllint --xpath "/*[local-name()='project']/*[local-name()='groupId']/text()" ` +
6226+
xmllint --xpath "/*[local-name()='project']/*[local-name()='groupId']/text()" .` +
62276227
pom +
62286228
`
62296229
`;
62306230
const aid = `#!/bin/bash
62316231
cd ` +
62326232
root +
62336233
`
6234-
xmllint --xpath "/*[local-name()='project']/*[local-name()='artifactId']/text()" ` +
6234+
xmllint --xpath "/*[local-name()='project']/*[local-name()='artifactId']/text()" .` +
62356235
pom +
62366236
`
62376237
`;

src/se.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export function createMetaJson(root: string): string[] {
5050
cd ` +
5151
root +
5252
`
53-
xmllint --xpath "/*[local-name()='project']/*[local-name()='groupId']/text()" ` +
53+
xmllint --xpath "/*[local-name()='project']/*[local-name()='groupId']/text()" .` +
5454
pom +
5555
`
5656
`
@@ -59,7 +59,7 @@ export function createMetaJson(root: string): string[] {
5959
cd ` +
6060
root +
6161
`
62-
xmllint --xpath "/*[local-name()='project']/*[local-name()='artifactId']/text()" ` +
62+
xmllint --xpath "/*[local-name()='project']/*[local-name()='artifactId']/text()" .` +
6363
pom +
6464
`
6565
`

0 commit comments

Comments
 (0)