We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8a5999 commit 9dfad8bCopy full SHA for 9dfad8b
site/script/generate_temp_soldocs.sh
@@ -16,9 +16,9 @@ cd ..
16
forge doc -o temp_soldocs/
17
18
# Check if the file exists
19
-if [ -f "temp_soldcs/src/src/devkit/Flattened.sol/abstract.CommonBase.md" ]; then
+if [ -f "temp_soldocs/src/src/devkit/Flattened.sol/abstract.CommonBase.md" ]; then
20
# Output the contents of the file
21
- cat temp_soldcs/src/src/devkit/Flattened.sol/abstract.CommonBase.md
+ cat temp_soldocs/src/src/devkit/Flattened.sol/abstract.CommonBase.md
22
else
23
- echo "File not found: temp_soldcs/src/src/devkit/Flattened.sol/abstract.CommonBase.md"
+ echo "File not found: temp_soldocs/src/src/devkit/Flattened.sol/abstract.CommonBase.md"
24
fi
0 commit comments