Skip to content

Commit ea2cb5b

Browse files
authored
fix(tools): run amplify tools with space in project folder (#506)
1 parent 4d9fa6c commit ea2cb5b

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Amplify.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Pod::Spec.new do |s|
3838
ss.preserve_path = 'AmplifyTools'
3939
ss.script_phase = {
4040
:name => 'AmplifyTools',
41-
:script => 'mkdir -p ${PODS_ROOT}/AmplifyTools; cp -vf "${PODS_TARGET_SRCROOT}/AmplifyTools/amplify-tools.sh" ${PODS_ROOT}/AmplifyTools/.',
41+
:script => 'mkdir -p "${PODS_ROOT}/AmplifyTools"; cp -vf "${PODS_TARGET_SRCROOT}/AmplifyTools/amplify-tools.sh" "${PODS_ROOT}/AmplifyTools/."',
4242
:execution_position => :before_compile
4343
}
4444
end

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Changelog
2+
## Unreleased Changes
3+
* Allow Amplify tools to run if the project folder has a space char
24

35
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
46

0 commit comments

Comments
 (0)