Skip to content

Commit fd25678

Browse files
committed
wip
Signed-off-by: Tamal Saha <tamal@appscode.com>
1 parent d7df19d commit fd25678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Development.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ curl -L https://gist.githubusercontent.com/tamalsaha/af2f99c80f84410253bd1e532bd
4444

4545
```
4646
release_url="https://github.com/firecracker-microvm/firecracker/releases"
47-
# latest=$(basename $(curl -fsSLI -o /dev/null -w %{url_effective} ${release_url}/latest))
47+
latest=$(basename $(curl -fsSLI -o /dev/null -w %{url_effective} ${release_url}/latest))
4848
latest=v1.7.0
4949
arch=`uname -m`
5050
curl -L ${release_url}/download/${latest}/firecracker-${latest}-${arch}.tgz \

0 commit comments

Comments
 (0)