Skip to content

Commit 14b1ee8

Browse files
author
Chris Bellew
committed
Another fix for build.gradle.
1 parent c21a1df commit 14b1ee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Voice Control For Plex/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ gradle.taskGraph.whenReady { taskGraph ->
5858
show: true // Let's show it
5959
) {
6060
vbox { // Put everything below each other
61-
label(text: "!Please enter key passphrase:")
61+
label(text: "Please enter key passphrase:")
6262
def input = passwordField()
6363
button(defaultButton: true, text: 'OK', actionPerformed: {
6464
pass = new String(input.password); // Set pass variable to value of input field

0 commit comments

Comments
 (0)