Skip to content

Commit b450545

Browse files
authored
Prevent extra slash in URL
1 parent af65604 commit b450545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mega-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
DEFAULT_BRANCH: main
5050
# ADD YOUR CUSTOM ENV VARIABLES HERE OR DEFINE THEM IN A FILE .mega-linter.yml AT THE ROOT OF YOUR REPOSITORY
5151
# DISABLE: COPYPASTE,SPELL # Uncomment to disable copy-paste and spell checks
52-
LINTER_RULES_PATH: https://raw.githubusercontent.com/joe-sharp/linter-configs/main/
52+
LINTER_RULES_PATH: https://raw.githubusercontent.com/joe-sharp/linter-configs/main
5353

5454
# Upload Mega-Linter artifacts
5555
- name: Archive production artifacts

0 commit comments

Comments
 (0)