Skip to content

Commit

Permalink
Wrap env description in quotes
Browse files Browse the repository at this point in the history
Fixes #274.
  • Loading branch information
Nikita Karetnikov committed Aug 28, 2023
1 parent f1c5885 commit 7636b3d
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 7636b3d

Please sign in to comment.