Files
grafana/vendor/cloud.google.com/go/internal/version/update_version.sh
T
Konstantin Chukhlomin 72d7c4d620 Added GCS support #8370
2017-09-15 16:11:02 +02:00

7 lines
113 B
Bash
Executable File

#!/bin/bash
today=$(date +%Y%m%d)
sed -i -r -e 's/const Repo = "([0-9]{8})"/const Repo = "'$today'"/' $GOFILE