Skip to content

Commit 98dbcd8

Browse files
committed
Fix typo in last commit
1 parent faef367 commit 98dbcd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/blocksci/util/data_configuration.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ namespace blocksci {
4141
}
4242
} else {
4343
std::stringstream ss;
44-
ss << "Error, data directory does not contain config.ini. Are you sure " << dataDirectory << "was the output directory of blocksci_parser?";
44+
ss << "Error, data directory does not contain config.ini. Are you sure " << dataDirectory << " was the output directory of blocksci_parser?";
4545
throw std::runtime_error(ss.str());
4646
}
4747

0 commit comments

Comments
 (0)