mirror of
https://github.com/alrayyes/wercker-surge-deploy-step
synced 2023-11-13 18:16:40 +00:00
fixed typo
This commit is contained in:
parent
234948238f
commit
4e2184acd0
2
run.sh
2
run.sh
@ -41,7 +41,7 @@ else
|
||||
surge_command="surge"
|
||||
fi
|
||||
|
||||
surge_command ="$surge_command $WERCKER_SURGE_DIRECTORY $WERCKER_SURGE_DOMAIN --token $WERCKER_SURGE_TOKEN"
|
||||
surge_command="${surge_command} $WERCKER_SURGE_DIRECTORY $WERCKER_SURGE_DOMAIN --token $WERCKER_SURGE_TOKEN"
|
||||
|
||||
debug "$surge_command"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user