mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
b195d31faa
Co-authored-by: James Hegedus <jthegedus@hey.com>
7 lines
148 B
Bash
Executable File
7 lines
148 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -euo pipefail
|
|
|
|
version=$(cat version.txt)
|
|
sed -i "s/\(git clone.*--branch \).*/\1v$version/" docs/guide/getting-started.md
|