Skip to content

Commit

Permalink
Update RunExamples.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
RCMartins committed Mar 26, 2021
1 parent 942fdef commit f4e6742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/RunExamples.scala
Expand Up @@ -52,7 +52,7 @@ object RunExamples {
showIfError(%%("git", "init")(testDirectory))
showIfError(%%("bash", "-c", s"""cp -nr $defaultDirectory/* $testDirectory""")(testDirectory))
showIfError(%%("git", "add", ".")(testDirectory))
showIfError(%%("git", "commit", "-m", "first commit!", "-author", "ci-test")(testDirectory))
showIfError(%%("git", "commit", "-m", "first commit!", "--author", "ci-test")(testDirectory))

val startupScript = testDirectory / "startup.sh"
if (exists(startupScript)) {
Expand Down

0 comments on commit f4e6742

Please sign in to comment.