Unverified Commit 7dcea64a authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

argo-workflows: Enable fish completions (#473543)

parents b3aa15d3 9a38d638
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ buildGoModule rec {
  ];

  postInstall = ''
    for shell in bash zsh; do
    for shell in bash zsh fish; do
      ${
        if (stdenv.buildPlatform == stdenv.hostPlatform) then
          "$out/bin/argo"