Skip to content

Commit

Permalink
fix(version): create version_generated.go in cmd/ (canonical#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
rebornplusplus committed Aug 8, 2023
1 parent 121a047 commit 50b1cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/mkversion.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ fi

echo "*** Setting version to '$v' from $o." >&2

cat <<EOF > "$GO_GENERATE_BUILDDIR/version_generated.go"
cat <<EOF > "$GO_GENERATE_BUILDDIR/cmd/version_generated.go"
package cmd
// generated by mkversion.sh; do not edit
Expand Down

0 comments on commit 50b1cb3

Please sign in to comment.