Skip to content

Commit

Permalink
trivial message change that triggers build
Browse files Browse the repository at this point in the history
  • Loading branch information
giuliov committed Dec 19, 2020
1 parent 7b7157d commit 9ad88c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aggregator-cli/Kudu/KuduApi.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ internal KuduApi(InstanceName instance, IAzure azure, ILogger logger)
}
catch (Exception)
{
logger.WriteError($"Instance {instance.PlainName} not found.");
logger.WriteError($"Instance {instance.PlainName} not found (Kudu publish credentials).");
throw;
}

Expand Down

0 comments on commit 9ad88c0

Please sign in to comment.