diff options
Diffstat (limited to 'pbs-init')
-rwxr-xr-x | pbs-init | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 "$@" |