Skip to content

Commit 2e0f0cc

Browse files
authored
Merge pull request #27 from ibressler/fix-typo
fixed typo: lower case -> upper
2 parents fd01d99 + 1e64c2d commit 2e0f0cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vmware

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ backup_file() {
253253
filetype=`file ${FILE}`
254254
echo ${filetype} | grep -q "${FILETYPE}"
255255
if [ $? -ne 0 ]; then
256-
echo "ERROR: ${file} is not a ${FILETYPE}!"
256+
echo "ERROR: ${FILE} is not a ${FILETYPE}!"
257257
echo "${filetype}"
258258
echo "ERROR: Refusing to continue!"
259259
exit 16

0 commit comments

Comments
 (0)