Skip to content

Commit f9e04fa

Browse files
authored
Merge pull request #335 from Leinad4Mind/Attempt-fix-version
Fix version check
2 parents 9bdc289 + e55256e commit f9e04fa

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

acpcleanup/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"version-check": {
3838
"host": "raw.githubusercontent.com",
39-
"directory": "/satanasov/phpbbgallery/master",
39+
"directory": "/satanasov/phpbbgallery/master/",
4040
"filename": "gallery-cleanup.json",
4141
"ssl": true
4242
}

acpimport/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"version-check": {
3838
"host": "raw.githubusercontent.com",
39-
"directory": "/satanasov/phpbbgallery/master",
39+
"directory": "/satanasov/phpbbgallery/master/",
4040
"filename": "gallery-import.json",
4141
"ssl": true
4242
}

core/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"version-check": {
3838
"host": "raw.githubusercontent.com",
39-
"directory": "/satanasov/phpbbgallery/master",
39+
"directory": "/satanasov/phpbbgallery/master/",
4040
"filename": "gallery-core.json",
4141
"ssl": true
4242
}

exif/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
},
3737
"version-check": {
3838
"host": "raw.githubusercontent.com",
39-
"directory": "/satanasov/phpbbgallery/master",
39+
"directory": "/satanasov/phpbbgallery/master/",
4040
"filename": "gallery-exif.json",
4141
"ssl": true
4242
}

0 commit comments

Comments
 (0)