Skip to content

Commit

Permalink
This should work
Browse files Browse the repository at this point in the history
  • Loading branch information
kartikdutt18 committed May 26, 2020
1 parent 8e25348 commit c118434
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions utils/utils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,7 @@ class Utils

command = "tar --force-local -xvzf " +
boost::filesystem::current_path().string() + "\\" +
pathToArchiveTemp + " -C " +
boost::filesystem::current_path().string() + "\\" +
pathForExtractionTemp;
pathToArchiveTemp;
#else
command = command + boost::filesystem::current_path().string() + "/" +
pathToArchive + " -C " + boost::filesystem::current_path().string() +
Expand Down

0 comments on commit c118434

Please sign in to comment.