Skip to content

Commit b5f07e5

Browse files
authored
Merge pull request #6 from OpenCreate/master
fix: fix wrong bash script name in onex.sh, from .bashr to .bashrc
2 parents 6b65329 + 449641b commit b5f07e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/installation/onex.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ onex::onex::prepare()
250250

251251
# 2. 配置 $HOME/.bashrc 添加一些便捷入口
252252
if ! grep -q 'Alias for onex quick access' $HOME/.bashrc; then
253-
cat << 'EOF' >> $HOME/.bashr
253+
cat << 'EOF' >> $HOME/.bashrc
254254
# Alias and environments for onex quick access
255255
export GOSRC="$WORKSPACE/golang/src"
256256
# OneX project root directory, used in many places.

0 commit comments

Comments
 (0)