Skip to content

Commit fa16aac

Browse files
committed
Remove trailing space
1 parent 49db41e commit fa16aac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/commands/set_env_vars_for_pip.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ steps:
1212
service_identifier: <<parameters.service_identifier>>
1313
- run:
1414
name: Configure Cloudsmith domains
15-
command: |
15+
command: |
1616
<<include(scripts/configure_cloudsmith_domains.sh)>>
1717
- run:
1818
name: Configure Cloudsmith repository
1919
command: |
2020
echo "export CLOUDSMITH_REPOSITORY_IDENTIFIER=\"<<parameters.repository_identifier>>\"" >> $BASH_ENV
2121
- run:
2222
name: Set environment variables for pip
23-
command: |
23+
command: |
2424
<<include(scripts/set_env_vars_for_pip.sh)>>

0 commit comments

Comments
 (0)