Skip to content

Commit 1f3eaf1

Browse files
authored
Remove some sort of rakudobrew bug workaround
By what it does, sounds like there was never any bug but someone simply forgot to run `rakudobrew rehash`. The added path is no longer even there, so out this goes.
1 parent 429b9d9 commit 1f3eaf1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

util/update-and-sync

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
# this script is used on hack.p6c.org as the 'doc.perl6.org' user to update
33
# the website.
44
source /home/rakudobrew/.rakudobrew-bash
5-
# workaround for bug in rakudobrew
6-
PATH="$PATH:/home/rakudobrew/rakudobrew/moar-2016.06/install/share/perl6/site/bin"
75
set -e
86
set -x
97
cd ~/doc

0 commit comments

Comments
 (0)