Skip to content
This repository was archived by the owner on Jan 25, 2023. It is now read-only.

Commit f009c3b

Browse files
calaveravbrown608
andauthored
Update run-build-functions.sh
Co-authored-by: Vivian Brown <vivian@netlify.com>
1 parent 3740589 commit f009c3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-build-functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,7 @@ cache_artifacts() {
686686
cache_home_directory ".composer" "composer dependencies"
687687
cache_home_directory ".homebrew-cache", "homebrew cache"
688688

689-
if if [ -f Cargo.toml ] || [ -f Cargo.lock ]
689+
if [ -f Cargo.toml ] || [ -f Cargo.lock ]
690690
then
691691
cache_home_directory ".rustup" "rust rustup cache"
692692
cache_home_directory ".cargo/registry" "rust cargo registry cache"

0 commit comments

Comments
 (0)