Skip to content

Commit

Permalink
refactor: update working folder name in dev script
Browse files Browse the repository at this point in the history
- Changed the working folder name from 'plugin-depin-iotex' to 'plugin-depin' in the dev.sh script for improved clarity and consistency.
  • Loading branch information
nicky-ru committed Jan 10, 2025
1 parent 8e7a1a0 commit 74d467c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ if [ ! -d "$PACKAGES_DIR" ]; then
fi

# List of working folders to watch (relative to $PACKAGES_DIR)
WORKING_FOLDERS=("plugin-depin-iotex") # Core is handled separately
WORKING_FOLDERS=("plugin-depin") # Core is handled separately

# Initialize an array to hold package-specific commands
COMMANDS=()
Expand Down

0 comments on commit 74d467c

Please sign in to comment.