Skip to content

Commit

Permalink
Replace pinning message (fixes #76)
Browse files Browse the repository at this point in the history
  • Loading branch information
froehlichA committed Jul 4, 2022
1 parent 61e27ef commit 4b86ee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/pin.nim
Expand Up @@ -30,7 +30,7 @@ proc paxPin*(name: string): void =
echoInfo "Unpinning ", mcMod.name.fgCyan, ".."
else:
returnIfNot promptYN("Pin this mod to the current version?", default = true)
echoInfo "Removing ", mcMod.name.fgCyan, ".."
echoInfo "Pinning ", mcMod.name.fgCyan, ".."

manifestFile.metadata.pinned = not manifestFile.metadata.pinned
updateAddon(manifest, manifestFile)
Expand Down

0 comments on commit 4b86ee6

Please sign in to comment.