Skip to content

Commit

Permalink
patch for version/version_base.go
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuriy Krutko committed May 22, 2023
1 parent 9eddff4 commit e13b52e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions yandex/patch_version_base.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/bash
set -e

START_DIR=$(pwd)
trap 'cd $START_DIR' EXIT

SCRIPT_PATH=$(dirname "${BASH_SOURCE[0]}")
cd "$SCRIPT_PATH"/..

sed -i '' 's/.*VersionMetadata.*=.*""/VersionMetadata = "yckms"/' version/version_base.go
go fmt version/version_base.go

0 comments on commit e13b52e

Please sign in to comment.