Skip to content

Commit

Permalink
Simplify by removing helpers dir
Browse files Browse the repository at this point in the history
  • Loading branch information
anttiharju committed Feb 9, 2025
1 parent ea4eb08 commit b318983
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions gclone
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ fi
# ex.: for "https://github.com/owner/repo" $REPO is "repo").
# Owner can be user or org.

SCRIPT_DIR=$(dirname "$(realpath "$0")")
CACHE_FILE="$SCRIPT_DIR/helpers/gclone.cache"
CACHE_FILE=~/.scripts/gclone.cache
# Fetch user from git config and user's orgs from gh api through gh cli.
if [ ! -f "$CACHE_FILE" ]; then
mkdir -p "$(dirname "$CACHE_FILE")"
Expand Down
1 change: 0 additions & 1 deletion helpers/.gitignore

This file was deleted.

0 comments on commit b318983

Please sign in to comment.