We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d52fa94 commit d45af2fCopy full SHA for d45af2f
src/nimblepkg/options.nim
@@ -375,8 +375,8 @@ proc setNimbleDir*(options: var Options) =
375
# ...followed by the environment variable.
376
let env = getEnv("NIMBLE_DIR")
377
if env.len != 0:
378
- display("Warning:", "Using the environment variable: NIMBLE_DIR='" &
379
- env & "'", Warning, priority = HighPriority)
+ display("Info:", "Using the environment variable: NIMBLE_DIR='" &
+ env & "'", Success, priority = HighPriority)
380
nimbleDir = env
381
else:
382
# ...followed by project local deps mode
0 commit comments