Skip to content

Commit

Permalink
fix(ci): single_crate => single-crate
Browse files Browse the repository at this point in the history
  • Loading branch information
bengreenier committed Oct 29, 2021
1 parent cfb7860 commit e4f0ce6
Show file tree
Hide file tree
Showing 13 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
template: ["single_crate", "workspace"]
template: ["single-crate", "workspace"]
type: ["lib", "bin"]
version: ["0.1.0"]
description: ["desc"]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -12,12 +12,12 @@ What you get:

> First make sure you've done: `cargo install cargo-generate`.
### single_crate
### single-crate

> Use this template for single crate repositories.
```
cargo generate bengreenier/rust-templates.git single_crate
cargo generate bengreenier/rust-templates.git single-crate
```

### workspace
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.
File renamed without changes.

0 comments on commit e4f0ce6

Please sign in to comment.