Skip to content

Commit

Permalink
fix install
Browse files Browse the repository at this point in the history
  • Loading branch information
clun committed Jul 28, 2023
1 parent 1fb154d commit 7c5196b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion RELEASES.MD
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ chmod 755 src/main/dist/astra-init.sh
zip astra-cli-0.4.zip *
zip astra-cli-0.4-linux.zip *
zip astra-cli-0.4-mac.zip *
tar -czf astra-cli-0.4-brew.tar.gz *
tar -czf astra-cli-0.4-homebrew.tar.gz *
brew create https://github.com/datastax/astra-cli/releases/download/0.4/astra-cli-0.4-homebrew.tar.gz
```

Expand Down
3 changes: 1 addition & 2 deletions src/main/dist/astra-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
autoload -U +X compinit > /dev/null 2>&1 && compinit
autoload -U +X bashcompinit > /dev/null 2>&1 && bashcompinit


# Generated by airline BashCompletionGenerator

containsElement () {
Expand Down Expand Up @@ -2354,7 +2353,7 @@ function _complete_astra_group_db_command_createcdc() {
echo ${COMPREPLY[@]}
return 0
;;
-p, --partition)
-p| --partition)
COMPREPLY=( $(compgen -W "${ARG_VALUES} ${ARG_GENERATED_VALUES}" -- ${CURR_WORD}) )
echo ${COMPREPLY[@]}
return 0
Expand Down
3 changes: 1 addition & 2 deletions src/main/dist/astra-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ echo " \/ \/ \/ "
echo " "

# Global variables
#ASTRA_CLI_VERSION="0.2.1"
ASTRA_CLI_VERSION="0.3"
ASTRA_CLI_VERSION="0.4"

echo "Installing Astra Cli$(tput setaf 6) $ASTRA_CLI_VERSION $(tput setaf 7) please wait... "

Expand Down

0 comments on commit 7c5196b

Please sign in to comment.