Skip to content

Commit

Permalink
Fixed typo in bin/run.
Browse files Browse the repository at this point in the history
  • Loading branch information
pellaea committed Feb 29, 2024
1 parent 27a5460 commit 068914c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions bin/run
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ case $RUBY_MANAGER in
;;

"rbenv")
# NOT TESTED!!
eval "$(rbenv init - bash)"
;;

Expand All @@ -26,7 +25,7 @@ esac

cd $app_root

$* @>&1 | \
$* 2>&1 | \
grep -v "29: warning: nested" | \
grep -v '(in /home/' | \
grep -v '^\*\* '

0 comments on commit 068914c

Please sign in to comment.