mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2025-06-28 20:29:53 +00:00
fix typo (#732)
Co-authored-by: Evgeny Poberezkin <2769109+epoberezkin@users.noreply.github.com>
This commit is contained in:
parent
99bd3f6133
commit
883bf768af
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ fi
|
|||
|
||||
chmod +x $BIN_PATH
|
||||
|
||||
echo "$APP_NAME installed sucesfully!"
|
||||
echo "$APP_NAME installed successfully!"
|
||||
|
||||
if [ -z "$(command -v $APP_NAME)" ]; then
|
||||
if [ -n "$($SHELL -c 'echo $ZSH_VERSION')" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue