mirror of https://github.com/ohmyzsh/ohmyzsh.git
Fixed typo in cabal plugin.
parent
d3acea3965
commit
859a37d4f1
|
@ -20,7 +20,7 @@ function _cabal_commands() {
|
||||||
"build:Make this package ready for installation"
|
"build:Make this package ready for installation"
|
||||||
"check:Check the package for common mistakes"
|
"check:Check the package for common mistakes"
|
||||||
"clean:Clean up after a build"
|
"clean:Clean up after a build"
|
||||||
"copy:Copy teh files into the install locations"
|
"copy:Copy the files into the install locations"
|
||||||
"configure:Prepare to build the package"
|
"configure:Prepare to build the package"
|
||||||
"fetch:Downloads packages for later installation"
|
"fetch:Downloads packages for later installation"
|
||||||
"get:Gets a package's source code"
|
"get:Gets a package's source code"
|
||||||
|
|
Loading…
Reference in New Issue