Skip to content
This repository was archived by the owner on Aug 16, 2021. It is now read-only.

Commit 596efe8

Browse files
committed
wording
1 parent 11931d6 commit 596efe8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

nancy_run.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ function checkParams() {
553553
fi
554554
else
555555
if [[ ! ${AWS_EC2_TYPE:0:2} == 'i3' ]]; then
556-
err "WARNING: ebs-volume-size is not given, will be calculate on base of dump size."
556+
err "WARNING: ebs-volume-size is not given, will be calculated based on the dump size."
557557
fi
558558
fi
559559
}
@@ -583,9 +583,9 @@ if ([ "$RUN_ON" == "aws" ] && [ ! ${AWS_EC2_TYPE:0:2} == "i3" ] && \
583583
let ebsSize=$dumpFileSize
584584
ebsSize=$(numfmt --to-unit=G $ebsSize)
585585
EBS_VOLUME_SIZE=$ebsSize
586-
[ $DEBUG -eq 1 ] && msg "EBS volume size: $EBS_VOLUME_SIZE Gb"
586+
[ $DEBUG -eq 1 ] && msg "EBS volume size: $EBS_VOLUME_SIZE GB"
587587
else
588-
msg "EBS volume is not require."
588+
msg "EBS volume is not required."
589589
fi
590590
fi
591591

0 commit comments

Comments
 (0)