We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 000134c commit e91072fCopy full SHA for e91072f
bin/jib.sh
@@ -130,7 +130,7 @@ install_jib() {
130
fi
131
# Want to check the filetype using file, to see if we got served a HTML error page.
132
# This is sensitive to the filename containing a specific string, but good enough.
133
- file ${installed_jib_script}.gz | grep "gzip compressed data" > /dev/null
+ file "${installed_jib_script}.gz" | grep "gzip compressed data" > /dev/null
134
if [ $? -ne 0 ]; then
135
echo "Warning: ${installed_jib_script}.gz is not a gzip file."
136
echo "If you are behind a proxy you may need to configure exceptions using no_proxy."
0 commit comments