Skip to content

Commit

Permalink
fix: conform name
Browse files Browse the repository at this point in the history
  • Loading branch information
samrose committed Apr 1, 2024
1 parent 2fe314d commit 449849c
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 @@ -551,7 +551,7 @@
start-client = mkApp "start-client" "start-postgres-client";
start-replica = mkApp "start-replica" "start-postgres-replica";
migration-test = mkApp "migrate-tool" "migrate-postgres";
sync-ext-versions = mkApp "sync-exts-versions" "sync-ext-versions";
sync-exts-versions = mkApp "sync-exts-versions" "sync-exts-versions";
};

# 'devShells.default' lists the set of packages that are included in the
Expand Down

0 comments on commit 449849c

Please sign in to comment.