Skip to content

Commit

Permalink
New name for function
Browse files Browse the repository at this point in the history
  • Loading branch information
kthoden committed Mar 18, 2020
1 parent bc54a30 commit a6642d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eoa.rc
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function msx(){
}

# build sphinx documentation silently
function msx(){
function msxs(){
cd $1;
make html;
cd -
Expand Down

0 comments on commit a6642d1

Please sign in to comment.