Verified Commit 73e50509 authored by brizental's avatar brizental Committed by Pier Angelo Vendrame
Browse files

fixup! Bug 42438: Tweaks to the migration wizard.

parent bc951cfb
Loading
Loading
Loading
Loading
+1 −4
Original line number Diff line number Diff line
@@ -342,10 +342,7 @@ export var ChromeMigrationUtils = {

        if (rootDir == SNAP_REAL_HOME) {
          targetPath = Services.env.get("SNAP_REAL_HOME");
        } else if (
          rootDir === "Home" &&
          Services.env.get("BB_ORIGINAL_HOME")
        ) {
        } else if (rootDir === "Home" && Services.env.get("BB_ORIGINAL_HOME")) {
          targetPath = Services.env.get("BB_ORIGINAL_HOME");
        } else {
          targetPath = Services.dirsvc.get(rootDir, Ci.nsIFile).path;