Skip to content

Commit

Permalink
Fixed typo in eerie.
Browse files Browse the repository at this point in the history
  • Loading branch information
josip committed Apr 25, 2010
1 parent e3ee941 commit 5abb35d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/eerie
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Namespaces Pkg := Namespace clone do(
pkg isNil ifTrue(
Eerie Exception raise("missingPackage", name))

Eerie Exception clone update(pkg) run)
Eerie Transaction clone update(pkg) run)

updateAll := task(
"""Updates all packages within current env."""
Expand Down
2 changes: 1 addition & 1 deletion setup.io
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Eerie do(
)

Eerie Transaction clone\
install(Eerie Package fromUri(Directory currentWorkingDirectory))\
install("git://github.com/josip/eerie")\
run

" --- Done! --- " println
Expand Down

0 comments on commit 5abb35d

Please sign in to comment.