Skip to content

Commit 4304578

Browse files
authored
Update master_deploy.sh
1 parent 6ee88c6 commit 4304578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

master_deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ deploy_s3bucket() {
581581
getformatdetails=$(file ${syncfilepath})
582582
if [[ $getformatdetails == *"ASCII"* ]] || [[ $getformatdetails == *"empty"* ]];
583583
then
584-
echo "file format is ASCII adn skipping gzip option"
584+
echo "file format is ASCII and skipping gzip option"
585585
S3_OPTIONS=""
586586
else
587587
echo $getformatdetails

0 commit comments

Comments
 (0)