Skip to content

Commit

Permalink
Relative Path
Browse files Browse the repository at this point in the history
  • Loading branch information
kartikdutt18 committed May 27, 2020
1 parent 69e5468 commit 162baa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/utils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ class Utils

command = "tar --force-local -xvzf " +
boost::filesystem::current_path().string() + "\\" +
pathToArchiveTemp + " --strip-components=1";
pathToArchiveTemp + "-C " + pathForExtractionTemp + " --strip-components=1";
std::cout << command << " \n " << boost::filesystem::current_path().string();
#else
command = command + boost::filesystem::current_path().string() + "/" +
Expand Down

0 comments on commit 162baa6

Please sign in to comment.