Unverified Commit c20ff9b2 authored by Julio Gutierrez's avatar Julio Gutierrez Committed by GitHub
Browse files

Update cloudfare-warp enrollment command

warp-cli teams-enroll-token is no longer available on this version of the cli and it has been replaced for warp-cli --accept-tos registration token
parent 4aa36568
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@ stdenv.mkDerivation rec {
      categories = [ "Utility" "Security" "ConsoleOnly" ];
      noDisplay = true;
      mimeTypes = [ "x-scheme-handler/com.cloudflare.warp" ];
      exec = "warp-cli teams-enroll-token %u";
      exec = "warp-cli --accept-tos registration token %u";
      startupNotify = false;
      terminal = true;
    })