Skip to content

Commit 6263211

Browse files
TomKeddieAWSwinefred
authored andcommitted
Clarify error message in aws_build_dcp_from_cl.sh (#338)
1 parent 758909f commit 6263211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hdk/common/shell_v04151701/build/scripts/aws_build_dcp_from_cl.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ if [ $expected_memory_usage -gt `get_instance_memory` ]; then
141141

142142
if [[ $ignore_memory_requirement == 0 ]]; then
143143
err_msg "$output_message"
144-
err_msg "To ignore this memory requirement, source hdk_setup.sh again with -ignore_memory_requirement as an argument."
144+
err_msg "To ignore this memory requirement, run this script again with -ignore_memory_requirement as an argument."
145145
exit 1
146146
else
147147
warn_msg "$output_message"

0 commit comments

Comments
 (0)