Skip to content

Commit 21598ef

Browse files
SuganyaAKMikolaj
authored andcommitted
replaced 'unpack' with 'get'
1 parent 5c81d48 commit 21598ef

File tree

1 file changed

+1
-1
lines changed
  • cabal-install/src/Distribution/Client

1 file changed

+1
-1
lines changed

cabal-install/src/Distribution/Client/Errors.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ exceptionMessageCabalInstall e = case e of
299299
UnrecognizedResponse -> "unrecognized response"
300300
CheckTarget ->
301301
"The 'fetch' command does not yet support remote tarballs. "
302-
++ "In the meantime you can use the 'unpack' commands."
302+
++ "In the meantime you can use the 'get' commands."
303303
FetchPackage ->
304304
"The 'fetch' command does not yet support remote "
305305
++ "source repositories."

0 commit comments

Comments
 (0)