summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorJames Laska <jlaska@ansible.com>2015-09-09 19:07:09 +0200
committerJames Laska <jlaska@ansible.com>2015-09-09 19:07:09 +0200
commit87d8808c2d56cedefb216301e62d2b281128006e (patch)
treea9e87c6792f968c39189ad8f35bf76faeb333a17 /tools
parentDisable timeout and correct sign.exp error (diff)
downloadawx-87d8808c2d56cedefb216301e62d2b281128006e.tar.xz
awx-87d8808c2d56cedefb216301e62d2b281128006e.zip
Fix expect script timeout
Diffstat (limited to 'tools')
-rwxr-xr-xtools/scripts/sign.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/scripts/sign.exp b/tools/scripts/sign.exp
index c33e70bbde..68167ac1aa 100755
--- a/tools/scripts/sign.exp
+++ b/tools/scripts/sign.exp
@@ -24,7 +24,7 @@ if { [info exists env(PASSPHRASE) ] } {
# Run the desired command
spawn {*}$command
expect {
- -nocase "enter passphrase: " {
+ -nocase "enter passphrase:" {
send -- "$passphrase\r"
exp_continue
}