diff options
author | William Carroll <wpcarro@gmail.com> | 2022-08-02T20·49-0700 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2022-08-02T20·52+0000 |
commit | 6f71482534b7c6dc01db4dfddf0528acd6a749bc (patch) | |
tree | 3740dbd2ddd47dbacb94bf6678c491b017b1e992 | |
parent | 844cf6a794d7910524bd7606cae0eef0ba1c4843 (diff) |
fix(wpcarro/emacs): refs/heads/main -> refs/heads/canon r/4374
Let's just roll with the TVL conventions Change-Id: I1b90421ca7d9ad0d1ebbe922afdc62f80f0d5e97 Reviewed-on: https://cl.tvl.fyi/c/depot/+/6033 Reviewed-by: wpcarro <wpcarro@gmail.com> Autosubmit: wpcarro <wpcarro@gmail.com> Tested-by: BuildkiteCI
-rw-r--r-- | users/wpcarro/emacs/pkgs/cycle/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/wpcarro/emacs/pkgs/cycle/default.nix b/users/wpcarro/emacs/pkgs/cycle/default.nix index b644b7a0f641..16c887bbfc8f 100644 --- a/users/wpcarro/emacs/pkgs/cycle/default.nix +++ b/users/wpcarro/emacs/pkgs/cycle/default.nix @@ -33,6 +33,6 @@ cycle.overrideAttrs (_old: { passthru.meta.ci.extraSteps.github = depot.tools.releases.filteredGitPush { filter = ":/users/wpcarro/emacs/pkgs/cycle"; remote = "git@github.com:wpcarro/cycle.el.git"; - ref = "refs/heads/main"; + ref = "refs/heads/canon"; }; }) |