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 6ee88c6 commit 4304578Copy full SHA for 4304578
master_deploy.sh
@@ -581,7 +581,7 @@ deploy_s3bucket() {
581
getformatdetails=$(file ${syncfilepath})
582
if [[ $getformatdetails == *"ASCII"* ]] || [[ $getformatdetails == *"empty"* ]];
583
then
584
- echo "file format is ASCII adn skipping gzip option"
+ echo "file format is ASCII and skipping gzip option"
585
S3_OPTIONS=""
586
else
587
echo $getformatdetails
0 commit comments