Skip to content

Commit

Permalink
Merge pull request #2 from TribalNightOwl/update1
Browse files Browse the repository at this point in the history
get current git branch
  • Loading branch information
TribalNightOwl authored Oct 30, 2021
2 parents b507c55 + 9f1d1da commit 374bedd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ergodox.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash

# Execute this script on the machine where src resides
BRANCH=update-to-qmk_cli
BRANCH=$(git rev-parse --abbrev-ref HEAD)
QMK_SRC_DIR=~/git/qmk_firmware
MYKEYMAP_DIR=~/git/ergodox-ez-keymap/${BRANCH}/keymap/
SCRIPTS_DIR=~/git/ergodox-ez-keymap/${BRANCH}/scripts
Expand Down

0 comments on commit 374bedd

Please sign in to comment.