Skip to content

Commit

Permalink
Fix typo in conditional statement closing
Browse files Browse the repository at this point in the history
  • Loading branch information
sshrihar committed Aug 30, 2024
1 parent c3a2b8d commit 4694105
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/ssm_execute/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ runs:
else
echo "Command failed with status: $STATUS"
exit 1
fi
else
elapsed_time=$(( $(date +%s) - start_time ))
if [ "$elapsed_time" -gt "$timeout" ]; then
Expand Down

0 comments on commit 4694105

Please sign in to comment.