diff --git a/automation_tools/update_sha.sh b/automation_tools/update_sha.sh index ad31d3ce..0166f73e 100644 --- a/automation_tools/update_sha.sh +++ b/automation_tools/update_sha.sh @@ -24,4 +24,6 @@ do echo "Hash found: $hash" /bin/sed -i 's^'"$placeholder"'^'"$hash"'^' $rd_manifest fi -done < "$sha_update_list" \ No newline at end of file +done < "$sha_update_list" + +echo "Done updating manifest hashes." \ No newline at end of file