Skip to content

Commit fd7f0d8

Browse files
look for version file in /home/boinc/version.txt
1 parent 70602dd commit fd7f0d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

client/hostinfo_wsl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ int get_wsl_information(WSL_DISTROS &distros) {
345345
if (wd.distro_name == BOINC_WSL_DISTRO_NAME) {
346346
wd.boinc_buda_runner_version = 1;
347347
if (!rs.run_program_in_wsl(
348-
wd.distro_name, "cat version.txt"
348+
wd.distro_name, "cat /home/boinc/version.txt"
349349
)) {
350350
string buf;
351351
char buf2[256];

0 commit comments

Comments
 (0)