Skip to content

Commit d4bb835

Browse files
fix: setting of variable CC_WEBGRAPH_JAR: need to expand glob *
while variable is defined if it is quoted later, see 0b71af1.
1 parent 0b71af1 commit d4bb835

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graph-exploration-README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ A tutorial how to interactively explore the Common Crawl webgraphs – or other
1313
$> mvn clean package
1414
1515
$> CC_WEBGRAPH="$PWD"
16-
$> CC_WEBGRAPH_JAR="$PWD"/target/cc-webgraph-*-jar-with-dependencies.jar
16+
$> CC_WEBGRAPH_JAR=$(ls "$PWD"/target/cc-webgraph-*-jar-with-dependencies.jar)
1717
```
1818

1919
2. select a web graph you want to explore, choose a download directory and download the web graph

0 commit comments

Comments
 (0)