Skip to content

Commit

Permalink
make consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
mkysel committed Dec 20, 2024
1 parent 7d15f60 commit 564bdc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dev/run
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ export XMTPD_PAYER_ENABLE=true
export XMTPD_REPLICATION_ENABLE=true
export XMTPD_SYNC_ENABLE=true

go run -ldflags="-X main.Commit=dev-$(git rev-parse --short HEAD)" cmd/replication/main.go "$@"
go run -ldflags="-X main.Commit=dev-$(git rev-parse HEAD)" cmd/replication/main.go "$@"
2 changes: 1 addition & 1 deletion dev/run-2
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ export XMTPD_PAYER_ENABLE=true
export XMTPD_REPLICATION_ENABLE=true
export XMTPD_SYNC_ENABLE=true

go run -ldflags="-X main.Commit=dev-$(git rev-parse --short HEAD)" cmd/replication/main.go -p 5051 "$@"
go run -ldflags="-X main.Commit=dev-$(git rev-parse HEAD)" cmd/replication/main.go -p 5051 "$@"

0 comments on commit 564bdc9

Please sign in to comment.