Skip to content

Commit

Permalink
Merge pull request #278 from nkaretnikov/desc-colon-274
Browse files Browse the repository at this point in the history
Wrap env description in quotes
  • Loading branch information
pierrotsmnrd authored Aug 30, 2023
2 parents aae1a55 + 7636b3d commit f23c0e9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export const EnvironmentCreate = ({ environmentNotification }: IEnvCreate) => {
namespace,
specification: `${stringify(
code
)}\ndescription: ${description}\nname: ${name}\nprefix: null`
)}\ndescription: '${description}'\nname: ${name}\nprefix: null`
};

try {
Expand Down

0 comments on commit f23c0e9

Please sign in to comment.