Skip to content

Commit

Permalink
fix: postpatch for helm-dt
Browse files Browse the repository at this point in the history
  • Loading branch information
aldoborrero committed Oct 1, 2024
1 parent 1d77dd0 commit d26f6a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkgs/by-name/he/helm-dt/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ buildGo122Module rec {

postPatch = ''
sed -i '/^hooks:/,+2 d' plugin.yaml
sed -i 's|command: "$HELM_PLUGIN_DIR/bin/dt"|command: "$HELM_PLUGIN_DIR/${pname}/bin/dt"|' plugin.yaml
'';

postInstall = ''
Expand Down

0 comments on commit d26f6a5

Please sign in to comment.