Skip to content

Commit

Permalink
fix: meltano alias in flake (#1295)
Browse files Browse the repository at this point in the history
  • Loading branch information
krtk6160 authored Jan 24, 2025
1 parent 9eb9185 commit 4d75199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
};
mkAlias = alias: command: pkgs.writeShellScriptBin alias command;
aliases = [
(mkAlias "meltano" "docker compose run meltano --")
(mkAlias "meltano" ''docker compose run meltano -- "$@"'')
];
nativeBuildInputs = with pkgs;
[
Expand Down

0 comments on commit 4d75199

Please sign in to comment.