Skip to content

Commit f6f864d

Browse files
committed
drasl: use cherry-pick
1 parent 22340e6 commit f6f864d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

archlinuxcn/drasl/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ function prepare() {
2727
git clean -fdx
2828
git remote add oidcfix https://github.com/evan-goode/drasl.git
2929
git fetch --all
30-
git merge oidcfix/oidcfix --no-commit
30+
git cherry-pick 1a41da8f07c2c04d9d789bec5225c899c8f15946 --no-commit
3131
}
3232

3333
function build() {

0 commit comments

Comments
 (0)