More appropriate message.

Commit
3a0775ba03c71292af625a5cef853cbda4085d1b
Author
Marius Peter <marius.peter@tutanota.com>
Author date
Committer
Marius Peter <marius.peter@tutanota.com>
Committer date
src/MyFitnessTracker/MFTSQLite3Database.class.st
index 1d542afd..0b57f483 100644..100644
@@ -39,7 +39,7 @@
39 39
40 40 | schema command returnCode |
41 41 schema := ((IceRepository repositoryNamed: 'my-fitness-tracker')
42 Removed: location absolutePath / 'mft-schema.sql') pathString.
42 Added: codeDirectory / 'mft-schema.sql') pathString.
43 43 command := 'sqlite3 ' , aLocation , ' < ' , schema.
44 44 returnCode := LibC runCommand: command.
45 45 returnCode ~= 0 ifTrue: [