diff --git a/bin/executable_,cd b/bin/executable_,cd index 750a044..f26e3df 100644 --- a/bin/executable_,cd +++ b/bin/executable_,cd @@ -1,9 +1,9 @@ #!/bin/bash -( nohup toolkit github fuzzy-clone update >/dev/null 2>&1 & ) +( nohup fuzzy-clone cache update >/dev/null 2>&1 & ) -choice=$(toolkit github fuzzy-clone --print-dest) +choice=$(fuzzy-clone) if [[ $? -ne 0 ]]; then return $? fi