Skip to content

Commit 9dfad8b

Browse files
committed
fix
1 parent c8a5999 commit 9dfad8b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

site/script/generate_temp_soldocs.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ cd ..
1616
forge doc -o temp_soldocs/
1717

1818
# Check if the file exists
19-
if [ -f "temp_soldcs/src/src/devkit/Flattened.sol/abstract.CommonBase.md" ]; then
19+
if [ -f "temp_soldocs/src/src/devkit/Flattened.sol/abstract.CommonBase.md" ]; then
2020
# Output the contents of the file
21-
cat temp_soldcs/src/src/devkit/Flattened.sol/abstract.CommonBase.md
21+
cat temp_soldocs/src/src/devkit/Flattened.sol/abstract.CommonBase.md
2222
else
23-
echo "File not found: temp_soldcs/src/src/devkit/Flattened.sol/abstract.CommonBase.md"
23+
echo "File not found: temp_soldocs/src/src/devkit/Flattened.sol/abstract.CommonBase.md"
2424
fi

0 commit comments

Comments
 (0)