diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2020-10-09 14:19:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-09 14:19:15 +0200 |
commit | 914faa357a36397b781077ee90c8499d98b7d1d8 (patch) | |
tree | 490581d319e2c102a32e34602994a050e129a74a | |
parent | 21ed557ab945a30da76bc4efdf24ed9f3f4935d9 (diff) | |
parent | 1af3cf15c22510e144b1e023542ae7e3daaf8fce (diff) |
Merge pull request #42669 from akien-mga/mono-godot-sdk-nuspec-typo
Mono: Fix typo in Godot.NET.Sdk.nuspec
-rw-r--r-- | modules/mono/editor/Godot.NET.Sdk/Godot.NET.Sdk/Godot.NET.Sdk.nuspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mono/editor/Godot.NET.Sdk/Godot.NET.Sdk/Godot.NET.Sdk.nuspec b/modules/mono/editor/Godot.NET.Sdk/Godot.NET.Sdk/Godot.NET.Sdk.nuspec index 5b5cefe80e..ba68a4da43 100644 --- a/modules/mono/editor/Godot.NET.Sdk/Godot.NET.Sdk/Godot.NET.Sdk.nuspec +++ b/modules/mono/editor/Godot.NET.Sdk/Godot.NET.Sdk/Godot.NET.Sdk.nuspec @@ -17,6 +17,6 @@ <repository url="$projecturl$" /> </metadata> <files> - <file src="Sdk\**" target="Sdk" />\ + <file src="Sdk\**" target="Sdk" /> </files> </package> |