1
0
mirror of https://github.com/kedarvj/mysqldumpsplitter.git synced 2025-08-14 04:14:03 +02:00

Merge pull request #16 from definiteIymaybe/fix-typo

Fixed a tiny typo in comments
This commit is contained in:
Kedar
2021-05-16 18:05:04 +05:30
committed by GitHub

View File

@@ -255,7 +255,7 @@ include_dump_info()
echo "Including environment settings from mysqldump."
$DECOMPRESSION $SOURCE | head -17 | $COMPRESSION > $OUTPUT_DIR/$OUTPUT_FILE.$EXT
echo "" | $COMPRESSION >> $OUTPUT_DIR/$MATCH_STR.$EXT
echo "/* -- Splitted with mysqldumpsplitter (http://goo.gl/WIWj6d) -- */" | $COMPRESSION >> $OUTPUT_DIR/$OUTPUT_FILE.$EXT
echo "/* -- Split with mysqldumpsplitter (http://goo.gl/WIWj6d) -- */" | $COMPRESSION >> $OUTPUT_DIR/$OUTPUT_FILE.$EXT
echo "" | $COMPRESSION >> $OUTPUT_DIR/$MATCH_STR.$EXT
}