Skip to content

Commit 9d74841

Browse files
author
serverpod_cloud
committed
fix: 7a8c39c16ed6fca07b7844bb98c8b48b7ba5a396
1 parent c397190 commit 9d74841

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

serverpod_cloud_cli/lib/commands/project/project.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ abstract class ProjectCommands {
274274
cloudProjectId: projectId,
275275
);
276276
} on Exception catch (e, s) {
277-
throw FailureException.nested(e, s, 'Failed to fetch project config');
277+
throw FailureException.nested(e, s, 'Failed to fetch the project config');
278278
}
279279
}
280280

0 commit comments

Comments
 (0)