diff --git a/scripts/release_creator.py b/scripts/release_creator.py index 8d5e3cc3..1f58fc62 100755 --- a/scripts/release_creator.py +++ b/scripts/release_creator.py @@ -33,7 +33,7 @@ To download and start rqlite, execute the following in a shell. ``` curl -L https://github.com/rqlite/rqlite/releases/download/{release}/rqlite-{release}-linux-amd64.tar.gz -o rqlite-{release}-linux-amd64.tar.gz tar xvfz rqlite-{release}-linux-amd64.tar.gz -cd rqlite-{release}linux-amd64 +cd rqlite-{release}-linux-amd64 ./rqlited ~/node.1 ```