Skip to content

Commit 7a3666b

Browse files
authored
Update utils.hpp
1 parent cf9453b commit 7a3666b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

utils/utils.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,7 @@ class Utils
6565
std::replace(pathForExtractionTemp.begin(), pathForExtractionTemp.end(),
6666
'/', '\\');
6767

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

0 commit comments

Comments
 (0)