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 e7596c1 commit 3734b58Copy full SHA for 3734b58
src/components/Samples/index.tsx
@@ -178,7 +178,7 @@ export default function Samples() {
178
Clone and open the sample in your terminal
179
</small>
180
<CodeBlock language="bash">
181
- {`git clone https://github.com/DefangLabs/samples dtmp && cp -r defang/samples/${selectedSample.name} "./${selectedSample.name}" && rm -r ./dtmp && cd "${selectedSample.name}"`}
+ {`git clone https://github.com/DefangLabs/samples dtmp && cp -r dtmp/samples/${selectedSample.name} "./${selectedSample.name}" && rm -r ./dtmp && cd "${selectedSample.name}"`}
182
</CodeBlock>
183
</Box>
184
{/* </Stack> */}
0 commit comments