Skip to content

Commit

Permalink
Fix committing
Browse files Browse the repository at this point in the history
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
  • Loading branch information
msfjarvis committed Aug 3, 2020
1 parent e97fac1 commit bbf7118
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/main/java/com/zeapo/pwdstore/utils/Extensions.kt
Expand Up @@ -108,6 +108,7 @@ suspend fun AppCompatActivity.commitChange(message: String, finishWithResultOnEn
object : GitOperation(getRepositoryDirectory(this@commitChange), this@commitChange) {
override val commands = arrayOf(
git.add().addFilepattern("."),
git.status(),
git.commit().setAll(true).setMessage(message),
)

Expand Down

0 comments on commit bbf7118

Please sign in to comment.