mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 13:35:58 +03:00
Fix typo
This commit is contained in:
parent
292965c6a3
commit
20bed61446
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ void SiteCopyFolder::startSiteCopy( const QString& command, SiteCopyState nextSt
|
|||
QString programm = "/usr/bin/sitecopy";
|
||||
QStringList args;
|
||||
args << command << alias();
|
||||
qDebug() << "** staring command " << args;
|
||||
qDebug() << "** starting command " << args;
|
||||
_NextStep = nextState;
|
||||
_lastOutput.clear();
|
||||
|
||||
|
|
Loading…
Reference in a new issue