We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abc2bb2 commit dbf9471Copy full SHA for dbf9471
scripts/install.sh
@@ -63,7 +63,7 @@ main() {
63
64
# if $GITHUB_PATH is defined, add $HOME/bin to it
65
if [ -n "$GITHUB_PATH" ]; then
66
- echo "$HOME/bin" >> "$GITHUB_PATH"
+ echo "$HOME/bin" >> "$GITHUB_PATH" | true
67
fi
68
69
0 commit comments