Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lirazsiri committed Oct 24, 2013
1 parent 043f460 commit 514cc70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion restore.py
Expand Up @@ -69,7 +69,7 @@ def database(self):

if exists(self.extras.myfs):

print fmt_title("DATABASES - unserializing MySQL databases from " + self.extras.myfs)
print fmt_title("DATABASE - unserializing MySQL databases from " + self.extras.myfs)

try:
mysql.restore(self.extras.myfs, self.extras.etc.mysql,
Expand Down

0 comments on commit 514cc70

Please sign in to comment.