Skip to content

Commit

Permalink
setup: Fix typo, reorder GIT_DIR declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
lindhe committed Jul 10, 2024
1 parent 177c56b commit 6ba44a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@

set -euo pipefail

declare -r DOTFILES="${GIT_DIR}/dotfiles"
declare -r GIT_DIR="${HOME}/git/lindhe"

declare -r DOTFILES="${GIT_DIR}/dotfiles"
declare -r SCRIPTS="${GIT_DIR}/scripts"

pushd ~
Expand Down

0 comments on commit 6ba44a1

Please sign in to comment.