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.
2 parents 6b65329 + 449641b commit b5f07e5Copy full SHA for b5f07e5
scripts/installation/onex.sh
@@ -250,7 +250,7 @@ onex::onex::prepare()
250
251
# 2. 配置 $HOME/.bashrc 添加一些便捷入口
252
if ! grep -q 'Alias for onex quick access' $HOME/.bashrc; then
253
- cat << 'EOF' >> $HOME/.bashr
+ cat << 'EOF' >> $HOME/.bashrc
254
# Alias and environments for onex quick access
255
export GOSRC="$WORKSPACE/golang/src"
256
# OneX project root directory, used in many places.
0 commit comments