Skip to content

Commit

Permalink
[QA] removed tmp from profile
Browse files Browse the repository at this point in the history
  • Loading branch information
dianagold committed Oct 18, 2019
1 parent f626de4 commit b9424cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions profile_LearningPoverty.do
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ qui {
}
* Joao Pedro I
else if inlist("`c(username)'","wb255520","WB255520") {
global clone "C:/Users/`c(username)'/Documents/mytasks/LearningPoverty-tmp"
global clone "C:/Users/`c(username)'/Documents/mytasks/LearningPoverty"
}
* Joao Pedro II
else if inlist("`c(username)'","azeve") {
global clone "C:/GitHub_mytasks/LearningPoverty-tmp"
global clone "C:/GitHub_mytasks/LearningPoverty"
}
* Kristoffer
else if inlist("`c(username)'","wb462869","WB462869") {
Expand Down

0 comments on commit b9424cb

Please sign in to comment.