Skip to content

Commit e5221ad

Browse files
committedMar 24, 2025··
#167 fix typo
1 parent d2ba0f8 commit e5221ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎resources/claim.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ADMINPW="${2}"
88

99
if ! doguctl wait --port 8081 --timeout 120; then
1010
echo "Nexus seems not to be started. Exiting."
11-
exit 1w
11+
exit 1
1212
fi
1313

1414
ONCE_TIMESTAMP="claim/once.timestamp"

0 commit comments

Comments
 (0)
Please sign in to comment.