We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 758909f commit 6263211Copy full SHA for 6263211
hdk/common/shell_v04151701/build/scripts/aws_build_dcp_from_cl.sh
@@ -141,7 +141,7 @@ if [ $expected_memory_usage -gt `get_instance_memory` ]; then
141
142
if [[ $ignore_memory_requirement == 0 ]]; then
143
err_msg "$output_message"
144
- err_msg "To ignore this memory requirement, source hdk_setup.sh again with -ignore_memory_requirement as an argument."
+ err_msg "To ignore this memory requirement, run this script again with -ignore_memory_requirement as an argument."
145
exit 1
146
else
147
warn_msg "$output_message"
0 commit comments