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 a20ecc9 commit 370d30aCopy full SHA for 370d30a
scripts/cat-s3.sh
@@ -22,7 +22,7 @@ while (( n_failures < 2 )); do
22
continue
23
}
24
25
- if [[ "key" =~ \.gz$ ]]; then
+ if [[ "$key" =~ \.gz$ ]]; then
26
local_uncompressed=$(mktemp)
27
gzip -d -c "$local_copy" > "$local_decompressed"
28
cat "$local_decompressed" "$local_file_to_concatenate" > "$local_uncompressed"
0 commit comments