summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpbs-init3
1 files changed, 2 insertions, 1 deletions
diff --git a/pbs-init b/pbs-init
index 40918bc..b3b6ba4 100755
--- a/pbs-init
+++ b/pbs-init
@@ -35,7 +35,8 @@ main() {
git init
touch .pbs-root
- git commit -m 'initial commit' .pbs-root
+ git add .pbs-root
+ git commit -m 'initial commit'
}
main "$@"