mirror of
https://github.com/flatcar/scripts.git
synced 2026-03-03 04:21:17 +01:00
sdk_lib: Fix a quoting issue
This commit is contained in:
parent
37d01fb82a
commit
3efb48fd6c
@ -19,7 +19,7 @@ function clone_version() {
|
||||
local dest="$2"
|
||||
local version="$3"
|
||||
|
||||
git clone https://github.com/flatcar/$repo "$dest"
|
||||
git clone "https://github.com/flatcar/$repo" "$dest"
|
||||
git -C "${dest}" fetch --all
|
||||
local tag=$(git -C "${dest}" tag -l | grep "${version}")
|
||||
git -C "${dest}" checkout "$tag"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user