Skip to content

Commit 9613699

Browse files
committed
use pathbuf for config path
Signed-off-by: Matt Wrock <matt@mattwrock.com>
1 parent f55a230 commit 9613699

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/builder-api/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ enum Commands {
4242
Start {
4343
/// Filepath to configuration file.
4444
#[arg(short, long)]
45-
config: Option<String>,
45+
config: Option<PathBuf>,
4646

4747
/// Filepath to store packages, keys, and other artifacts.
4848
#[arg(short, long)]

0 commit comments

Comments
 (0)