From e93319ff187b861eea4f1068b143d51dfe6315e9 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sat, 27 Aug 2011 16:25:01 +0200 Subject: [PATCH] bash_completion: Update database name. Oops, this should have been done in v0.4.0.. --- bash_completion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash_completion b/bash_completion index 1ab6205a..a9947b74 100644 --- a/bash_completion +++ b/bash_completion @@ -40,7 +40,7 @@ __para_complete_command() __para_complete_table() { if test -z "$__para_table_list"; then - __para_table_list="$(ls $HOME/.paraslash/afs_database/)" + __para_table_list="$(ls $HOME/.paraslash/afs_database-0.4/)" fi echo "$__para_table_list" } -- 2.39.2