Skip to content

Commit

Permalink
chore: Renaming Hydroflow template to DFIR template.
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitkulshreshtha committed Dec 20, 2024
1 parent 2898a32 commit 20b01e9
Show file tree
Hide file tree
Showing 13 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
uses: cargo-generate/cargo-generate-action@v0.20.0
with:
name: generated
template: template/hydroflow
template: template/dfir
arguments: "-d hydroflow_git=${{ github.event.pull_request.head.repo.clone_url }} -d hydroflow_branch=${{ github.event.pull_request.head.ref }}"
- name: Move generated project
run: |
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/dfir/quickstart/example_1_simplest.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ the numbers in `0..10`.
Create a clean template project:
```console
#shell-command-next-line
cargo generate gh:hydro-project/hydroflow template/hydroflow
cargo generate gh:hydro-project/hydroflow template/dfir
⚠️ Favorite `gh:hydro-project/hydroflow` not found in config, using it as a git repository: https://github.com/hydro-project/hydroflow.git
🤷 Project Name: simple
🔧 Destination: /Users/me/code/simple ...
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/dfir/quickstart/example_7_networking.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Hydroflow provides a robust framework for developing networked services. The bes
the Hydroflow template.

```bash
cargo generate gh:hydro-project/hydroflow template/hydroflow
cargo generate gh:hydro-project/hydroflow template/dfir
```

`cd` into the generated folder, ensure the correct nightly version of rust is installed, and test the generated project:
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 20b01e9

Please sign in to comment.