Skip to content

Commit

Permalink
Align paths
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Nov 21, 2023
1 parent 00f6be6 commit 047a714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion revdep-dev/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ odbc-%: odbc

duckdb:
# Use local checkout if available, otherwise clone from duckdb GitHub
if [ -d ../../$@ ]; then ln -s $$(realpath ../../$@) $@; else git clone https://github.com/duckdb/$@-r.git $@; fi
if [ -d ../../../$@-r ]; then ln -s $$(realpath ../../../$@-r) $@; else git clone https://github.com/duckdb/$@-r.git $@; fi
head $@/DESCRIPTION

bigrquery:
Expand Down

0 comments on commit 047a714

Please sign in to comment.