Skip to content

Commit 80b7e95

Browse files
committed
Updated console test case
1 parent 4df5811 commit 80b7e95

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/TestConsole/ProgramTokenReplacer.fs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ let getCmd =
3434
)
3535
setAction (fun (package: string) ->
3636
if package.StartsWith("@") then
37-
printfn $"{package}"
37+
printfn $"package name: '{package}'"
3838
0 // success
3939
else
4040
eprintfn "The package name does not start with a leading @"
@@ -48,7 +48,6 @@ let main argv =
4848
configure (fun cfg ->
4949
// Skip @ processing
5050
cfg.ResponseFileTokenReplacer <- null
51-
cfg
5251
)
5352
noAction
5453
addCommand getCmd

0 commit comments

Comments
 (0)