diff options
author | 2023-02-25 10:45:48 +0000 | |
---|---|---|
committer | 2023-02-25 02:45:48 -0800 | |
commit | e38cb9aa6ad5e193c793b306cc5f25f726e947be (patch) | |
tree | 25565efa73f431d61076d54958ba1c42b22a97fe /src | |
parent | 9b66e03a9bdd04a9cda4df20586808eafcef8ef8 (diff) | |
download | bun-e38cb9aa6ad5e193c793b306cc5f25f726e947be.tar.gz bun-e38cb9aa6ad5e193c793b306cc5f25f726e947be.tar.zst bun-e38cb9aa6ad5e193c793b306cc5f25f726e947be.zip |
docs: consistent indentation for post install commands (#2175)
Diffstat (limited to 'src')
-rw-r--r-- | src/cli/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli/install.sh b/src/cli/install.sh index 778205500..b3c53e6cd 100644 --- a/src/cli/install.sh +++ b/src/cli/install.sh @@ -295,7 +295,7 @@ info "To get started, run:" echo if [[ $refresh_command ]]; then - info_bold " $refresh_command" + info_bold " $refresh_command" fi info_bold " bun --help" |