Skip to content

Commit

Permalink
chore(stack): Remove a misleading comment
Browse files Browse the repository at this point in the history
The function is general to run any commands. Mentioning parsing
`stack.yaml` seems to be too specific.

Signed-off-by: Frank Viernau <frank_viernau@epam.com>
  • Loading branch information
fviernau committed Jul 1, 2024
1 parent 62ba50f commit 32f8d45
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion plugins/package-managers/stack/src/main/kotlin/Stack.kt
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,6 @@ class Stack(
val projectPackage = parseCabalFile(cabalFile.readText())
val projectId = projectPackage.id.copy(type = managerName)

// Parse package information from the stack.yaml file.
fun runStack(vararg command: String): ProcessCapture {
// Delete any left-overs from interrupted stack runs.
workingDir.resolve(".stack-work").safeDeleteRecursively()
Expand Down

0 comments on commit 32f8d45

Please sign in to comment.