Skip to content

Commit

Permalink
zk fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
ly0va committed Apr 10, 2024
1 parent ba7e6c2 commit 857b6b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/zk/src/up.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export function createVolumes() {
}

export async function up(runObservability: boolean, composeFile?: string) {
createVolumes()
createVolumes();
if (composeFile) {
await utils.spawn(`docker compose -f ${composeFile} up -d`);
} else {
Expand Down

0 comments on commit 857b6b7

Please sign in to comment.