Commit 57741734 authored by Ross MacLeod's avatar Ross MacLeod
Browse files

Fix #396993 by tracking the new minified name of the `ServerTransferFailed` status code

parent c20a1492
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -61,7 +61,7 @@ let

    if ! nodeVersion=$($serverNode -v); then
      echo "Unable to fix Node binary, quitting"
      fail_with_exitcode ''${o.InstallExitCode.ServerTransferFailed}
      fail_with_exitcode ''${f.UnifiedStatusCode.ServerTransferFailed}
    fi

    ${lib.optionalString useLocalExtensions ''