Skip to content

Commit

Permalink
Change shelving msg type to info
Browse files Browse the repository at this point in the history
  • Loading branch information
juraj-hrivnak committed Jan 3, 2025
1 parent 19f71a1 commit f588613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commonMain/kotlin/teksturepako/pakku/cli/cmd/Fetch.kt
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ class Fetch : CliktCommand()
DeletionActionType.SHELF ->
{
val shelvedPath = Path(Dirs.shelfDir.pathString, file.fileName.pathString)
terminal.pMsg("$file ${actionType.result} to $shelvedPath")
terminal.pInfo("$file ${actionType.result} to $shelvedPath")
}
}
},
Expand Down

0 comments on commit f588613

Please sign in to comment.