Skip to content

Commit 3c6c313

Browse files
Fix typo?
1 parent 71cc984 commit 3c6c313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-maven/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ runs:
158158
shell: bash
159159
run: |
160160
rm -rf "$MAVEN_CONFIG/repository/org/sonarsource/"
161-
rm -rf "$MAVEN_CONFIG/repository/repository/com/sonarsource/"
161+
rm -rf "$MAVEN_CONFIG/repository/com/sonarsource/"
162162
/usr/bin/find "$MAVEN_CONFIG/repository" -name resolver-status.properties -delete
163163
164164
- name: Generate workflow summary

0 commit comments

Comments
 (0)