Skip to content

Commit c23f858

Browse files
committedMay 31, 2023
fix: use version command correctly
1 parent 72eb97b commit c23f858

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎get.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ echo
131131

132132
if [[ "$platform" != 'windows' ]]; then
133133
try sudo mv ./cli ${INSTALL_PATH}/nhost
134-
nhost version
134+
nhost --version
135135
echo
136136
log "${BLUE}Use Nhost CLI with: nhost --help${NC}"
137137
else

0 commit comments

Comments
 (0)