Skip to content

Commit

Permalink
Update utils.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
kartikdutt18 authored May 27, 2020
1 parent cf9453b commit 7a3666b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions utils/utils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ class Utils
std::replace(pathForExtractionTemp.begin(), pathForExtractionTemp.end(),
'/', '\\');

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

0 comments on commit 7a3666b

Please sign in to comment.