Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: use cargo generate instead of hardcoding examples source code #888

Merged
merged 14 commits into from
Jun 9, 2023
Merged
Prev Previous commit
Next Next commit
feat: add custom/none example
  • Loading branch information
paulotten committed Jun 7, 2023
commit b49c285b59ec684c15e7092dcf313700e607a206
2 changes: 1 addition & 1 deletion cargo-shuttle/src/init.rs
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ impl ShuttleInit for ShuttleInitNoOp {
}

fn get_sub_path(&self) -> Option<&'static str> {
todo!()
Some("custom/none")
}
}

Expand Down