This commit is contained in:
Frieder Bluemle
2020-12-08 22:50:41 -08:00
committed by GitHub
parent 1c69d4716c
commit cbd3a44c09
41 changed files with 58 additions and 58 deletions
+1 -1
View File
@@ -130,7 +130,7 @@ export async function getProjectId(
const url = new URL(target);
if (!url.pathname.includes('/-/blob/')) {
throw new Error('Please provide full path to yaml file from Gitlab');
throw new Error('Please provide full path to yaml file from GitLab');
}
try {