Skip to content

Commit 98edb1c

Browse files
committed
Fix script
1 parent e766def commit 98edb1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wercker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ integration-test:
7171
name: Run integration tests
7272
code: |
7373
function finish {
74-
export {$WERCKER_DEPLOYTARGET_NAME}-result=$?
74+
export $WERCKER_DEPLOYTARGET_NAME-result=$?
7575
7676
# clean up
7777
yum clean all

0 commit comments

Comments
 (0)