Skip to content

Commit 44657a3

Browse files
committed
Merge branch 'master' into development
2 parents 2e586ad + d2fb7a9 commit 44657a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/configuration/dry_run.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Dry run
1010
In dry-run mode, no changes are made to repository. ``axion-release`` still interacts with repository to read things,
1111
but all write operations are mocked and printed out to indicated what *would* happen. To use dry run mode::
1212

13-
#./gradlew release -Prelease.druRun
13+
#./gradlew release -Prelease.dryRun
1414
:verifyRelease
1515
DRY-RUN: uncommitted changes: true
1616
Looking for uncommitted changes.. FAILED
@@ -36,4 +36,4 @@ or by altering configuration::
3636
localOnly = true
3737
}
3838

39-
Flag has precedence over configuration. Local only mode is evaluated lazily, so it can be changed during build.
39+
Flag has precedence over configuration. Local only mode is evaluated lazily, so it can be changed during build.

0 commit comments

Comments
 (0)