Fixed so the code compiles

This commit is contained in:
Brad Ganley 2019-03-12 13:26:32 -05:00
parent 83e28036d6
commit 60e7fa8a31

View File

@ -116,3 +116,10 @@ branchdelete(){
git push --delete origin $1
echo There you go;
}
updateconfigs (){
cd ~/GIT/configs
whatthecom
git push origin master
cd ~
}