Skip to content

Commit 795e71a

Browse files
authored
Update update_contract.sh
1 parent 2aac9f0 commit 795e71a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/update_contract.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ echo "version tag: $version_tag"
77
nargo_file_path="$copy_to_file_path/Nargo.toml"
88

99
repo_url="https://github.com/AztecProtocol/aztec-packages.git"
10-
contracts_path="noir-projects/noir-contracts/contracts"
10+
contracts_path="noir-projects/noir-contracts/contracts/app"
1111

1212
# Check if the file exists
1313
if [ ! -f "$nargo_file_path" ]; then

0 commit comments

Comments
 (0)