We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ebde2a commit 86fdfa9Copy full SHA for 86fdfa9
1 file changed
.github/setup-core.sh
@@ -87,7 +87,7 @@ print_message "🛠️ Adding Bitcoin binaries to PATH..."
87
88
# Source updated profile safely
89
print_message "🔄 Reloading shell configuration..."
90
-if source .bashrc; then
+if source ~/.bashrc; then
91
print_success "PATH updated successfully."
92
else
93
print_message "⚠️ Warning: Unable to reload shell. Restart your terminal for changes to take effect."
0 commit comments