Skip to content

Commit

Permalink
chore: fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
schardev committed May 1, 2024
1 parent 6fad962 commit 47735b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/git-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ git_aliases() { (
git config --global alias.amc 'am --continue'
# shellcheck disable=SC2016
git config --global alias.aml '!bash -c "curl -sL ${1} | git am"' # am from patch url
git config --global alias.ams "am${GPG_SIGN}${SIGNOFF}" # am signoff
git config --global alias.ams "am${GPG_SIGN}${SIGNOFF}" # am signoff
git config --global alias.ap 'apply -3 -v'
# shellcheck disable=SC2016
git config --global alias.apl '!bash -c "curl -sL ${1} | git apply -v"' # apply from patch url
Expand Down

0 comments on commit 47735b3

Please sign in to comment.