Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
fix path to sourced files
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Hartmann committed Apr 11, 2017
1 parent 588b691 commit 1a98a68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

GIST_DIR="$HOME/.gist"

. vars.sh
. $GIST_DIR/vars.sh

has_requirements

Expand Down
2 changes: 1 addition & 1 deletion vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ GIST_CONFIG=$GIST_DIR/config.json
GIST_CACHE_DIR=$GIST_DIR/cache
GIST_CACHE_ALL=$GIST_CACHE_DIR/all.json

. functions.sh
. $GIST_DIR/functions.sh

# current pro-cli version
GIST_VERSION=$(cd $GIST_DIR && git describe --tags)
Expand Down

0 comments on commit 1a98a68

Please sign in to comment.