fix built_in_manifes path

This commit is contained in:
Eugene Yaremenko 2021-06-30 22:47:20 +03:00 committed by GitHub
parent 1b662ef958
commit c59d670d50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
skip_when_non_official_repo
built_in_manifest="~/.emacs.d/.ci/built_in_manifest"
built_in_manifest="./.ci/built_in_manifest"
lines=$(cat "${built_in_manifest}")
while read line; do
url=$(echo $line | cut -f1 -d " ")