Skip to content

Commit

Permalink
Merge pull request #120 from vitessio/move-main-to-top-level
Browse files Browse the repository at this point in the history
Move the main file to the top-level-directory
  • Loading branch information
frouioui authored Oct 9, 2024
2 parents 7bccfc3 + 088e757 commit 333d153
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

install:
go build ./go/vitess-releaser.go
build:
go build -o vitess-releaser ./main.go
./vitess-releaser -v
File renamed without changes.

0 comments on commit 333d153

Please sign in to comment.