mirror of https://github.com/rclone/rclone.git
6 lines
69 B
Go
6 lines
69 B
Go
|
// +build noselfupdate
|
||
|
|
||
|
package cmd
|
||
|
|
||
|
const selfupdateEnabled = false
|