commit f5b23278710465260ad6705dfa9a04679aa50e14
parent 17c6a59491a776faf18060a7ba7177cb0bf8ea69
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Tue, 28 Apr 2020 09:37:14 +0200
Rename create-repo to create_repo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.profile b/.profile
@@ -59,7 +59,7 @@ alias ll='l -l'
alias lo='l -alo'
alias dot="git --git-dir=\$HOME/.dotfiles/ --work-tree=\$HOME"
-create-repo() {
+create_repo() {
user="git"
host="src.adamsgaard.dk"
if [ $# -lt 1 ]; then