Skip to content

Commit 1d2e0f0

Browse files
authored
Typo fix
Just removing an extra letter that should not be there.
1 parent 7a8a59b commit 1d2e0f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

specs/sql/export_my_sql_dataabase_schema_without_exporting_its_data.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
name: Export MySQL dataabase schema without exporting its data
2+
name: Export MySQL database schema without exporting its data
33
command: "mysqldump -h {{host_name_or_ip}} -u {{username}} -p --no-data dbname > {{output_sql_file_path}}"
44
tags:
55
- mysql

0 commit comments

Comments
 (0)