Skip to content
This repository was archived by the owner on Mar 14, 2023. It is now read-only.

Commit 2ba4e3b

Browse files
committed
Try to pass tests
1 parent 84c3d53 commit 2ba4e3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/shipit-deploy/src/tasks/deploy/publish.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ describe('deploy:publish task', () => {
3333
await start(shipit, 'deploy:publish')
3434
expect(shipit.currentPath).toBe('/remote/deploy/current')
3535
expect(shipit.remote).toBeCalledWith(
36-
'cd /remote/deploy && if [ -d current ] && [ ! -L current ]; then echo "ERR: could not make symlink"; else ln -nfs releases/20141704123138 current_tmp && mv -fT current_tmp current; fi',
36+
'cd /remote/deploy && if [ -d current ] && [ ! -L current ]; then echo "ERR: could not make symlink"; else ln -nfs releases/20141704123138 current_tmp && mv -f current_tmp current; fi',
3737
)
3838
})
3939
})

0 commit comments

Comments
 (0)