Skip to content
This repository has been archived by the owner on May 4, 2024. It is now read-only.

Commit

Permalink
Fix keep command directory error
Browse files Browse the repository at this point in the history
  • Loading branch information
dotnetian committed Jun 24, 2022
1 parent 375109f commit 50b7ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Takeep.Core/TakeepXml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ private static Item GetItem (string name)
string file = CheckFile ();

XmlDocument document = new ();
document.Load (file);
document.Load (directory + file);

XmlNodeList nodes = document.DocumentElement.SelectNodes ("Item");

Expand Down

0 comments on commit 50b7ca2

Please sign in to comment.