Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortariandeath <tariandeath210@gmail.com>2022-02-27 06:45:00 +0300
committertariandeath <tariandeath210@gmail.com>2022-02-27 06:45:00 +0300
commitf6ebcd6262444beb44ba1fe498877463e2c4b95c (patch)
tree6820426f7fa57b26b3a39c46845d6f3bd2a737e6 /Duplicati
parent8b24536d4e3a0e615858d125c2a5cdca56354904 (diff)
Fix typo
Diffstat (limited to 'Duplicati')
-rw-r--r--Duplicati/Library/Main/Duplicati.Library.Main.csproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/Duplicati/Library/Main/Duplicati.Library.Main.csproj b/Duplicati/Library/Main/Duplicati.Library.Main.csproj
index c69ee1c12..65333820d 100644
--- a/Duplicati/Library/Main/Duplicati.Library.Main.csproj
+++ b/Duplicati/Library/Main/Duplicati.Library.Main.csproj
@@ -207,7 +207,7 @@
<EmbeddedResource Include="Database\Database schema\9. Refactor Paths.sql" />
<EmbeddedResource Include="Database\Database schema\10. Add IsFullBackup to Fileset table.sql" />
<EmbeddedResource Include="Database\Database schema\11. Add Block indices.sql" />
- <EmbeddedResource Include="Database\Database schema\12. Performance Indexes" />
+ <EmbeddedResource Include="Database\Database schema\12. Performance Indexes.sql" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.