Skip to content

Commit

Permalink
Replace gen-fakes with simpler generate-fakes
Browse files Browse the repository at this point in the history
  • Loading branch information
aramprice committed Oct 18, 2024
1 parent 5b8dac1 commit f48450f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 76 deletions.
76 changes: 0 additions & 76 deletions bin/gen-fakes

This file was deleted.

6 changes: 6 additions & 0 deletions bin/generate-fakes
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/usr/bin/env bash
set -eu -o pipefail

ROOT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )/.." && pwd )"

go generate "${ROOT_DIR}/..."

0 comments on commit f48450f

Please sign in to comment.