Skip to content

Commit 808db46

Browse files
committed
Fix typos
1 parent 04616c7 commit 808db46

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.rultor.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@ decrypt:
99
release:
1010
pre: false
1111
script: |-
12-
cp ../pubring.gpg /home/r/.gnupg/pubringring.gpg
12+
cp ../pubring.gpg /home/r/.gnupg/pubring.gpg
1313
cp ../secring.gpg /home/r/.gnupg/secring.gpg
14-
chmod -R 600 /home/r/.gnupg
14+
chmod 600 /home/r/.gnupg/pubring.gpg
15+
chmod 600 /home/r/.gnupg/secring.gpg
1516
mvn -Prelease versions:set "-DnewVersion=${tag}"
1617
git commit -am "${tag}"
1718
mvn clean deploy -Prelease --settings /home/r/settings.xml

0 commit comments

Comments
 (0)