Skip to content

Commit

Permalink
Fix scaladoc
Browse files Browse the repository at this point in the history
  • Loading branch information
lolgab committed Oct 9, 2022
1 parent d307db0 commit 8816eae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions snunit-mill-plugin/src/SNUnit.scala
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ trait SNUnit extends ScalaNativeModule {
new SNUnitPluginShared(logger)
}

/** Port where to run the SNUnit app
/** Port where SNUnit app runs
*/
def snunitPort: Target[Int] = T { 8080 }

/** Port where to run the SNUnit app
/** Deploy app to NGINX Unit
*/
def deployToNGINXUnit(): Command[Unit] = T.command {
val executable = nativeLink()
Expand Down

0 comments on commit 8816eae

Please sign in to comment.