lib/snapshot/dependency_checker.rb in snapshot-1.16.2 vs lib/snapshot/dependency_checker.rb in snapshot-1.16.3
- old
+ new
@@ -8,10 +8,10 @@
end
def self.check_xcode_select
unless `xcode-select -v`.include? "xcode-select version"
UI.error '#############################################################'
- UI.error "# You have to install the Xcode commdand line tools to use snapshot"
+ UI.error "# You have to install Xcode command line tools to use snapshot"
UI.error "# Install the latest version of Xcode from the AppStore"
UI.error "# Run xcode-select --install to install the developer tools"
UI.error '#############################################################'
UI.user_error!("Run 'xcode-select --install' and start snapshot again")
end