lib/command/exists.rb in cpl-0.3.3 vs lib/command/exists.rb in cpl-0.4.0
- old
+ new
@@ -15,9 +15,9 @@
if [ cpl exists -a $APP_NAME ]; ...
```
HEREDOC
def call
- exit(!cp.gvc_get.nil?)
+ exit(!cp.fetch_gvc.nil?)
end
end
end