Skip to content

Commit

Permalink
replaced 'unpack' with 'get'
Browse files Browse the repository at this point in the history
  • Loading branch information
SuganyaAK authored and Mikolaj committed Oct 7, 2023
1 parent 5c81d48 commit 21598ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cabal-install/src/Distribution/Client/Errors.hs
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ exceptionMessageCabalInstall e = case e of
UnrecognizedResponse -> "unrecognized response"
CheckTarget ->
"The 'fetch' command does not yet support remote tarballs. "
++ "In the meantime you can use the 'unpack' commands."
++ "In the meantime you can use the 'get' commands."
FetchPackage ->
"The 'fetch' command does not yet support remote "
++ "source repositories."
Expand Down

0 comments on commit 21598ef

Please sign in to comment.