Skip to content

Commit

Permalink
cyfrinup: Fix path from feature branch to master (#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexroan authored Jun 6, 2024
1 parent 0fa3e75 commit 23a5c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cyfrinup/install
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ echo Installing cyfrinup...
CYFRIN_DIR="$HOME/.cyfrin"
CYFRIN_BIN_DIR="$CYFRIN_DIR/bin"

CYFRINUP_URL="https://raw.githubusercontent.com/Cyfrin/aderyn/feature/cyfrinup/cyfrinup/cyfrinup"
CYFRINUP_URL="https://raw.githubusercontent.com/Cyfrin/aderyn/master/cyfrinup/cyfrinup"
BIN_PATH="$CYFRIN_BIN_DIR/cyfrinup"

# Create the .cyfrin bin directory and huffup binary if it doesn't exist.
Expand Down

0 comments on commit 23a5c26

Please sign in to comment.