Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SilverLinings89 authored Mar 19, 2020
1 parent 87ce9f3 commit 0402c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
sudo apt-get install ncftp;
- run:
name: Send Via SFTP
command: ncftp -R -v -u ${username} -p ${password} ${host} VirusSimulator/ dist/VirusSimulator/*
command: ncftpput -R -v -u ${username} -p ${password} ${host} VirusSimulator/ dist/VirusSimulator/*
workflows:
build-and-test:
jobs:
Expand Down

0 comments on commit 0402c97

Please sign in to comment.