Skip to content

Commit

Permalink
fix typo #25
Browse files Browse the repository at this point in the history
  • Loading branch information
mdlavallee92 committed May 16, 2024
1 parent 0e9a3aa commit 711e756
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/makeFiles.R
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ makeMigrationScript <- function(scriptName,

usethis::use_template(
template = "MigrationScript.R",
save_as = fs::path("analysis/migration", migrationScriptName, ext = "R"),
save_as = fs::path("analysis/migrations", migrationScriptName, ext = "R"),
data = data,
open = open,
package = "Ulysses")
Expand Down

0 comments on commit 711e756

Please sign in to comment.