Skip to content

Commit

Permalink
Run skeema without full path, expect it to be available on
Browse files Browse the repository at this point in the history
PATH

GitOrigin-RevId: 78eb75020b6e52b1f63b2dae4fd78f31453114f6
  • Loading branch information
damar-block authored and svc-squareup-copybara committed Dec 6, 2024
1 parent a5d92b0 commit bd4233f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misk-jdbc/src/main/kotlin/misk/jdbc/SkeemaWrapper.kt
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ internal class SkeemaWrapper(
}

companion object {
val SKEEMA_BINARY = "${System.getenv("HERMIT_BIN")}/skeema"
val SKEEMA_BINARY = "skeema"
}
}

0 comments on commit bd4233f

Please sign in to comment.