Skip to content

Commit c954bef

Browse files
authored
Update update-version.sh (ExpediaGroup#354)
1 parent 7814bb2 commit c954bef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis/update-version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ commit_files() {
2626
git checkout -b ${NEW_VERSION}
2727

2828
# Stage the modified files
29-
git add ./pom.xml ./**/*/pom.xml
29+
git add ./**/pom.xml
3030

3131
# Print the current files we are going to commit
3232
git status

0 commit comments

Comments
 (0)