You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for i in wininstaller-innosetup/install_node/seednodes.fref wininstaller/res/install_node/seednodes.fref java_installer/offline/seednodes.fref java_installer/bin/seednodes.fref; do
cp "$seedrefsPath" $HOME/$i
(cd $(dirname $HOME/$i); git diff --name-only $HOME/$i | grep . && echo seednodes were updated in $HOME/$i - Please commit.; cd -)