Skip to content

Commit

Permalink
fix issues
Browse files Browse the repository at this point in the history
  • Loading branch information
lassemand committed Sep 3, 2024
1 parent d2aa09b commit 898e6ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notification-server/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ wait-for-db:
echo "Database did not become ready in time."; \
exit 1; \
fi; \
echo "Retrying ($$current_attempt/$$max_attempts)...";
echo "Retrying ($$current_attempt/$$max_attempts)..."; \
done

create-tables:
Expand Down

0 comments on commit 898e6ea

Please sign in to comment.