From fc46a0d441c2cf17a1bbdb551b6489e37180c5cf Mon Sep 17 00:00:00 2001 From: Jack May Date: Fri, 1 May 2020 17:12:51 -0700 Subject: [PATCH] Reenable move lock files (#9844) automerge --- scripts/cargo-for-all-lock-files.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cargo-for-all-lock-files.sh b/scripts/cargo-for-all-lock-files.sh index 01207f9b84..9a635853aa 100755 --- a/scripts/cargo-for-all-lock-files.sh +++ b/scripts/cargo-for-all-lock-files.sh @@ -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