Skip to content

Commit

Permalink
fix(config): fix typo in instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmcgrath13 committed Feb 20, 2019
1 parent fe9c725 commit 80cb89c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config_builder.jl
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ function build_config(data_dir::String, config_file::String)

write_yaml(config_file, yml)

println("You're file is ready - please review it and add any pre- or post-processing steps as needed.")
println("Your file is ready - please review it and add any pre- or post-processing steps as needed.")

return yml

Expand Down

0 comments on commit 80cb89c

Please sign in to comment.