Reenable move lock files (#9844)

automerge
This commit is contained in:
Jack May 2020-05-01 17:12:51 -07:00 committed by GitHub
parent 6eb50450ec
commit fc46a0d441
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ if [[ -n $escape_marker && ${#shifted_args[@]} -gt 0 ]]; then
done
shifted_args=()
else
files="$(git ls-files :**Cargo.lock | grep -vE 'programs/(librapay|move_loader)')"
files="$(git ls-files :**Cargo.lock)"
fi
for lock_file in $files; do