Skip to content

Commit

Permalink
moved
Browse files Browse the repository at this point in the history
  • Loading branch information
vdesabou committed Dec 1, 2023
1 parent cc15ef1 commit 2f309e9
Show file tree
Hide file tree
Showing 13 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/cli/playground
Original file line number Diff line number Diff line change
Expand Up @@ -5144,7 +5144,7 @@ function get_predefined_schemas_with_fzf() {
DIR_CLI="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
dir1=$(echo ${DIR_CLI%/*})
dir2=$(echo ${dir1%/*})
predefined_folder=$dir2/scripts/cli/src/predefined-schemas
predefined_folder=$dir2/scripts/cli/predefined-schemas

cur="$1"

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion scripts/cli/src/lib/cli_function.sh
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ function get_predefined_schemas_with_fzf() {
DIR_CLI="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
dir1=$(echo ${DIR_CLI%/*})
dir2=$(echo ${dir1%/*})
predefined_folder=$dir2/scripts/cli/src/predefined-schemas
predefined_folder=$dir2/scripts/cli/predefined-schemas

cur="$1"

Expand Down

0 comments on commit 2f309e9

Please sign in to comment.