diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2022-06-09 21:05:32 +0200 |
---|---|---|
committer | Christian Grothoff <grothoff@gnunet.org> | 2022-06-09 21:05:32 +0200 |
commit | 0e32eacdb09afb4a53ca7b622d7b64d6b9959207 (patch) | |
tree | ac4911a4b6116b3af450c3044704867c4ca842d8 | |
parent | eaea32b3199c5e4f7c3f3291e89a6763fd0f93ec (diff) |
-typo
-rw-r--r-- | src/exchangedb/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchangedb/Makefile.am b/src/exchangedb/Makefile.am index 6d1f2cb60..9a974d640 100644 --- a/src/exchangedb/Makefile.am +++ b/src/exchangedb/Makefile.am @@ -22,7 +22,7 @@ sql_DATA = \ shard-0000.sql \ shard-0001.sql \ shard-drop0001.sql \ - common0001.sql \ + common-0001.sql \ drop0001.sql BUILT_SOURCES = \ |