Skip to content

Commit

Permalink
doc: Improve --replace-indexer message when redeploying an indexer
Browse files Browse the repository at this point in the history
  • Loading branch information
richardgreg committed Dec 6, 2023
1 parent fefbf2c commit 27d12b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fuel-indexer-api-server/src/uses.rs
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ async fn register_indexer_assets_transaction(
if let Ok(indexer_id) = indexer_id {
if !replace_indexer {
return Err(ApiError::Http(HttpError::Conflict(format!(
"Indexer({namespace}.{identifier}) already exists. Use --replace-indexer to replace it."
"Indexer({namespace}.{identifier}) already exists. Use --replace-indexer to re-start the indexer service and again during deployment."
))));
}

Expand Down

0 comments on commit 27d12b2

Please sign in to comment.